Skip to content

Releases: pubnub/objective-c

v5.4.1

30 Apr 15:36
9f3793d
Compare
Choose a tag to compare

April 30 2024

Fixed

  • Match include folder content to the import in source code.

v5.4.0

16 Apr 17:08
b2d9427
Compare
Choose a tag to compare

April 16 2024

Added

  • Adding PrivacyInfo.xcprivacy.

v5.1.3

14 Dec 07:48
e66f0a9
Compare
Choose a tag to compare

December 14 2022

Fixed

  • Serialise access to previously created session configuration objects from different threads.

v5.1.2

12 Dec 09:19
bf69e4e
Compare
Choose a tag to compare

December 12 2022

Fixed

  • Fix issue because of which message de-duplication code leaked memory.

v5.1.1

09 Sep 19:54
4d60f01
Compare
Choose a tag to compare

September 09 2022

Fixed

  • Fix issue because of which PNFilesManager leaked each time when PubNub client created.

v5.1.0

11 Mar 13:24
c092b2e
Compare
Choose a tag to compare

March 11 2022

Added

  • Make it possible to use PubNub Objective-C SDK using SPM.

v5.0.0

12 Jan 17:01
aaab013
Compare
Choose a tag to compare

January 12 2022

Modified

  • BREAKING CHANGES: Disable automated uuid generation and make it mandatory to specify during PNConfiguration instance creation.

v4.17.0

22 Sep 10:56
9709e1a
Compare
Choose a tag to compare

September 22 2021

Added

  • Add method which allow to set or parse auth token.

v4.16.2

08 Jun 23:06
Compare
Choose a tag to compare

June 9 2021

Full Changelog

Modified

  • Add download error checks in Files API integration tests to have ability investigate random test failure with data download on Travis.
  • Add arm64 architecture to pre-compiled PubNub SDK Framework bundles for their usage on Apple M1 enabled computers.

Fixed

  • Fix issue because of which null-able completion block wasn't properly verified and caused application crash.
  • Fix compiler warnings on type mismatch.

v4.16.1

15 Mar 22:43
Compare
Choose a tag to compare

March 16 2021

Full Changelog

Fixed

  • Replace os_unfair_lock with pthread_mutex to avoid cases when os_unfair_lock_lock called from same thread more than once.