Skip to content

Releases: pubnub/unity

v7.1.1

25 Oct 08:33
3f06c88
Compare
Choose a tag to compare

October 25 2023

Fixed

  • Fixes issue of getting error when hereNow is called with channelGroups param only.

7.1.0

18 Oct 11:06
00ee8f6
Compare
Choose a tag to compare

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

31 Mar 08:05
98e178f
Compare
Choose a tag to compare

March 31 2023

Fixed

  • Fixed deserialization fail on arrays with all null values.

v6.0.8

27 Mar 09:37
14b7c64
Compare
Choose a tag to compare

March 27 2023

Fixed

  • Add DontDestroyOnLoad flag.

v6.0.7

03 Nov 15:30
3c9bd06
Compare
Choose a tag to compare

November 03 2022

Fixed

  • Expose exceptions fired within callbacks.
  • Log null arguments passed to EncodeURL.

v6.0.6

17 Oct 18:00
9999e96
Compare
Choose a tag to compare

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

05 Sep 10:47
863857f
Compare
Choose a tag to compare

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

29 Jul 17:04
f838693
Compare
Choose a tag to compare

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

18 Jul 17:10
a3d6cc0
Compare
Choose a tag to compare

July 12 2022

Fixed

  • Fixes continuous allocation of components per request (memory leak issue).

v6.0.2

28 Jun 15:14
e041aee
Compare
Choose a tag to compare

June 28 2022

Fixed

  • Fixes issue of encoding in FetchMessages and MessageCount apis.