Releases: pubnub/swift
Releases · pubnub/swift
5.0.0
January 12 2022
Modified
- BREAKING CHANGES: Disable automated
uuid
generation and make it mandatory to specify during PubNubConfiguration instance creation.
4.1.2
November 08 2021
Fixed
- Make
name
field optional for channel and UUID metadata.
4.1.1
November 05 2021
Fixed
- Fix issue because of which request with applied mutators not used.
4.1.0
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 ofauthKey
(if specified) for queryauth
.