Skip to content

Releases: heroiclabs/nakama-unity

v2.9.4

17 Jun 20:17
Compare
Choose a tag to compare

Fixed

  • Fixed issue where refreshing a session with metadata threw an exception due to the key already existing.

v2.9.3

21 May 15:54
Compare
Choose a tag to compare

Notable changes

Fixed

  • Fixed issue where IUserPresence objects were not being deserialized properly by the client as part of the IParty object.

v2.9.2

19 May 21:45
Compare
Choose a tag to compare

Notable changes

Added

  • The Socket.ReceivedParty event can now be subscribed to in order to listen for acceptance events from the leader of a closed party.

v2.9.1

18 May 14:44
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect .DLL version being pulled in from nakama-dotnet.

v2.9.0

17 May 15:31
Compare
Choose a tag to compare

Added

  • A session can be refreshed on demand with "SessionRefreshAsync" method.
  • Session and/or refresh tokens can now be disabled with a client logout.
  • The client now supports session auto-refresh using refresh tokens. This is enabled by default.
  • New socket RPC and MatchSend methods using ArraySegment to allow developers to manage memory re-use.
  • Add IAP validation APIs for purchase receipts with Apple App Store, Google Play Store, and Huawei AppGallery.
  • Add Realtime Parties feature.

Changed

  • Use lock object with socket operations instead of ConcurrentDictionary as a workaround for a Unity engine WebGL regression.
  • Avoid use of extension methods as a workaround for a Unity engine WebGL regression.

Fixed

  • Parse HTTP responses defensively in case of bad load balancer configurations.

v2.8.1

16 Mar 20:08
Compare
Choose a tag to compare

Fixed

  • Fixed a bug with parsing error responses that did not contain a message or grpc code.

Changed

  • Made names of .asmdef files more specific for easier searching inside the Unity editor.

v2.8.0

19 Feb 19:38
Compare
Choose a tag to compare

Changed

  • Listing tournaments can now be done without providing start or end time filters.
  • Can now import Steam friends after authenticating or linking to a Steam account.

v2.7.1

18 Feb 15:38
Compare
Choose a tag to compare

Fixed

  • HTTP Client now properly reads off timeout value.

v2.7.0

19 Oct 17:05
Compare
Choose a tag to compare

Notable Changes

Changed

v2.6.0

21 Sep 19:31
Compare
Choose a tag to compare

Notable changes

Changed