Releases: pubnub/unity
Releases · pubnub/unity
v7.2.1
May 10 2024
Fixed
- Fixes issue of Unity SDK not being able to have a fully independent IJsonPluggableLibrary implementation because of direct nu-get Newtonsoft usage in C# SDK (Unity has it's own version that works with IL2CPP builds).
v7.2.0
April 18 2024
Added
- Added event engine implementation for subscribe and presence operation.
- Added support for RetryConfiguration to configure subscribe request retry.
v7.1.4
April 02 2024
Fixed
- Fixes issue of inaccurate DateTime to TimeToken conversion in TranslateDateTimeToPubnubUnixNanoSeconds.
v7.1.3
November 28 2023
Fixed
- Handle unencrypted message while getting it with CryptoModule configured.
- Fixes issue of default serialisation settings applied globally.
v7.1.2
October 30 2023
Modified
- Changed license to PubNub Software Development Kit License.
v7.1.1
October 25 2023
Fixed
- Fixes issue of getting error when hereNow is called with channelGroups param only.
7.1.0
October 18 2023
Added
- Add crypto module that allows configure SDK to encrypt and decrypt messages.
Fixed
- Improved security of crypto implementation by adding enhanced AES-CBC cryptor.
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.