Skip to content

Releases: pubnub/swift

7.3.0

12 Jun 13:11
2eedd48
Compare
Choose a tag to compare

June 12 2024

Added

  • Adjusting to FCM HTTP v1 API.

7.2.1

09 May 14:54
0586d55
Compare
Choose a tag to compare

May 09 2024

Added

  • Adding support for visionOS.

Fixed

  • Updating EventEngine dependencies after adding a new listener.

7.2.0

16 Apr 15:38
16f95e0
Compare
Choose a tag to compare

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

18 Mar 10:20
c58d58e
Compare
Choose a tag to compare

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

21 Feb 11:05
d5c5083
Compare
Choose a tag to compare

February 21 2024

Added

  • Adding the new Listeners API.
  • Enabling EventEngine by default.

6.3.0

22 Jan 12:05
649a9e9
Compare
Choose a tag to compare

January 22 2024

Added

  • Introducing Subscribe & Presence EventEngine.

6.2.3

28 Nov 09:47
b47b478
Compare
Choose a tag to compare

November 28 2023

Fixed

  • Handle unencrypted message while getting it with CryptoModule configured.

6.2.2

30 Oct 18:43
8a3f4ef
Compare
Choose a tag to compare

October 30 2023

Changed

Changed license type to PubNub Software Development Kit License

6.2.1

23 Oct 14:20
1516be2
Compare
Choose a tag to compare

October 23 2023

Fixed

Renaming CryptorModule with CryptoModule

6.2.0

16 Oct 16:42
56c8687
Compare
Choose a tag to compare

October 16 2023

Fixed

Improved security of crypto implementation by adding AESCBCCryptor

Added

CryptorModule that allows configuring SDK to encrypt and decrypt messages