Skip to content

Releases: pubnub/swift

7.1.0

18 Mar 10:20
c58d58e

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

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

Choose a tag to compare

January 22 2024

Added

  • Introducing Subscribe & Presence EventEngine.

6.2.3

28 Nov 09:47
b47b478

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

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

Choose a tag to compare

October 23 2023

Fixed

Renaming CryptorModule with CryptoModule

6.2.0

16 Oct 16:42
56c8687

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

6.1.0

30 Aug 08:31
cb04c77

Choose a tag to compare

August 30 2023

Added

  • To make client integration more flexible for different projects setup, the $PubNubAsStaticFramework flag has been added to PubNubSwift.podspec. With $PubNubAsStaticFramework = true in Podfile SDK will be integrated as a static library. Fixed the following issues reported by @Krisztiaan: #142.

6.0.5

18 May 14:14
4b2596e

Choose a tag to compare

May 18 2023

Fixed

  • Uppercasing of the excluded_devices field to match the format expected by the REST API.

6.0.4

16 Mar 17:37
049f5c5

Choose a tag to compare

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.