Skip to content

Releases: pubnub/objective-c

v5.6.1

08 Jul 18:05
31fdf33
Compare
Choose a tag to compare

July 08 2024

Fixed

  • Fix issue because of which wrong request timeout has been used.
  • Fix issue with PNSubscribeCursorData which should have an optional region to handle user timetoken in received real-time messages.

v5.6.0

27 Jun 04:51
538e65c
Compare
Choose a tag to compare

June 27 2024

Added

  • Decoder to map server response directly to the data models.
  • Configurable request objects require less convenience methods to interact with PubNub REST API.
  • Network layer rewritten as module.

v5.5.0

12 Jun 09:05
70eabd3
Compare
Choose a tag to compare

June 12 2024

Added

  • Adjusting to FCM HTTP v1 API.

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.