Skip to content

v5.0.0

Choose a tag to compare

@client-engineering-bot client-engineering-bot released this 12 Apr 09:20
· 49 commits to master since this release

April 12 2021

Full Changelog

  • 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.