Releases: pubnub/swift
Releases · pubnub/swift
7.1.0
March 18 2024
Fixed
- Preventing disconnection when subscribing via
PubNub
to a channel that was already subscribed to. - Fixes for computing a hash value in
CryptoModule
.
7.0.0
February 21 2024
Added
- Adding the new Listeners API.
- Enabling EventEngine by default.
6.3.0
January 22 2024
Added
- Introducing Subscribe & Presence EventEngine.
6.2.3
November 28 2023
Fixed
- Handle unencrypted message while getting it with CryptoModule configured.
6.2.2
October 30 2023
Changed
Changed license type to PubNub Software Development Kit License
6.2.1
October 23 2023
Fixed
Renaming CryptorModule
with CryptoModule
6.2.0
October 16 2023
Fixed
Improved security of crypto implementation by adding AESCBCCryptor
Added
CryptorModule
that allows configuring SDK to encrypt and decrypt messages
6.1.0
August 30 2023
Added
- To make client integration more flexible for different projects setup, the
$PubNubAsStaticFramework
flag has been added toPubNubSwift.podspec
. With$PubNubAsStaticFramework = true
inPodfile
SDK will be integrated as a static library. Fixed the following issues reported by @Krisztiaan: #142.
6.0.5
May 18 2023
Fixed
- Uppercasing of the
excluded_devices
field to match the format expected by the REST API.
6.0.4
March 16 2023
Modified
- Change the settings for subscribe
URLSession
and limit the number of concurrent connections per host. - Call presence leave using subscribe
URLSession
to avoid potential presence race of condition.