Releases: pubnub/unity
Releases · pubnub/unity
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
v5.0.1
July 6 2021
- Fixed missing UUID in message action events.
- Fixed custom count settings in Fetch Messages with Message Actions.
v5.0.0
April 12 2021
- BREAKING CHANGE - New JSON Parser Json .Net for Unity 2.0.1. The parser used earlier has been deprecated.
The new JSON parser changes the behavior of the SDK with respect to the earlier parser for these datatypes: Int is treated as Int64, DateTime was treated as string earlier now its System.DateTime, Enum is an Enum now instead of a string. - BREAKING CHANGE - IV used for encryption is now random by default.
This will break old encrypted messages in Storage, and the sender and the receiver should have the same settings - either all SDKs should use random IVs or use hardcode one. If you want to revert to the old behavior, set UseRandomInitializationVector as false in the config.
v4.10.1
v4.10.0
October 19 2020
- Files.
- Random IV in Encryption.
- Fetch with UUID and Message Type.
- Fetch with 100 messages.