Releases: pubnub/unity
Releases · pubnub/unity
v6.0.9
March 31 2023
Fixed
- Fixed deserialization fail on arrays with all null values.
v6.0.8
March 27 2023
Fixed
- Add DontDestroyOnLoad flag.
v6.0.7
November 03 2022
Fixed
- Expose exceptions fired within callbacks.
- Log null arguments passed to EncodeURL.
v6.0.6
October 17 2022
Fixed
- The PlaymodeTests folder has been excluded from the build; also, GrantToken has been moved to the appropriate place in the project.
v6.0.5
September 05 2022
Fixed
- Json.net stores its settings globally, which means any changes in the client application will affect the behaviour of the SDK. The SDK will now use the initial default settings.
v6.0.4
July 29 2022
Modified
- UUID has been marked as deprecated, and it's being renamed to UserId. For now, both variants will work, but UUID will be gradually phased out in favor of UserId.
v6.0.3
v6.0.2
June 28 2022
Fixed
- Fixes issue of encoding in FetchMessages and MessageCount apis.
v6.0.1
November 30 2021
Modified
- Remove BouncyCastle, JsonFx.Json, MarkerMetro and crypto DLLs. Features works without the need of these libs.
v6.0.0
- SetToken and ParseToken for PAMv3
- BREAKING CHANGE - Removed Token Management System Client end