Releases: pubnub/swift
Releases · pubnub/swift
7.3.0
June 12 2024
Added
- Adjusting to FCM HTTP v1 API.
7.2.1
May 09 2024
Added
- Adding support for visionOS.
Fixed
- Updating EventEngine dependencies after adding a new listener.
7.2.0
April 16 2024
Added
- Adding PrivacyInfo.xcprivacy.
- Moving retry logic away from EventEngine.
Modified
- Removing SubscribeSessionFactory with SubscriptionConfiguration.
- Making SubscriptionSession class an internal.
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