Skip to content

Releases: pubnub/unity

v8.0.1

20 Jan 13:23
de8d7df
Compare
Choose a tag to compare

January 20 2025

Fixed

  • Fix an issue where the PNSDK value would point to C# SDK instead of Unity.

v8.0.0

05 Dec 16:23
4deccf8
Compare
Choose a tag to compare

December 05 2024

Added

  • Adding Channel, ChannelGroup, ChannelMetadata and UserMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription APIs.
  • BREAKING CHANGES - Default subscribe request retry policy set to EXPONENTIAL.
  • Default value for EnableEventEngine is set to true, Subscribe operation will be executed by event engine by default.
  • Added support for CustomMessageType in publish, signal, files features.
  • Added support for Type field in membership APIs..

Fixed

  • Implemented a WebGL-targeted Transport Layer utilising UnityWebRequest to bring back WebGL compatibility.

Modified

  • Removed telemetry manager.

v7.2.1

10 May 08:42
8aeb90b
Compare
Choose a tag to compare

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

18 Apr 12:29
089eb55
Compare
Choose a tag to compare

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

02 Apr 16:29
64403b0
Compare
Choose a tag to compare

April 02 2024

Fixed

  • Fixes issue of inaccurate DateTime to TimeToken conversion in TranslateDateTimeToPubnubUnixNanoSeconds.

v7.1.3

28 Nov 13:58
9d8970f
Compare
Choose a tag to compare

November 28 2023

Fixed

  • Handle unencrypted message while getting it with CryptoModule configured.
  • Fixes issue of default serialisation settings applied globally.

v7.1.2

30 Oct 16:55
988c404
Compare
Choose a tag to compare

October 30 2023

Modified

  • Changed license to PubNub Software Development Kit License.

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.