Skip to content

Releases: pubnub/swift

5.0.0

12 Jan 15:52
5e6ae3c
Compare
Choose a tag to compare

January 12 2022

Modified

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

4.1.2

08 Nov 23:21
999b657
Compare
Choose a tag to compare

November 08 2021

Fixed

  • Make name field optional for channel and UUID metadata.

4.1.1

05 Nov 19:08
f05433e
Compare
Choose a tag to compare

November 05 2021

Fixed

  • Fix issue because of which request with applied mutators not used.

4.1.0

16 Sep 22:54
b8716e6
Compare
Choose a tag to compare

September 16 2021

Added

  • Add ability to parse permissions from token provided by servers.
  • Make it possible to add component identifiers for requests.

Fixed

  • Fix bufferTooSmall and make temporary buffers for files encryption / decryption adaptive in size to provided stream buffer size.
  • Don't perform HEX-encoding of Data with FCM token which should be used as-is.

Modified

  • Use token instead of authKey (if specified) for query auth.