Skip to content

Commit

Permalink
Nakama/Satori Unity 3.14.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Nov 5, 2024
1 parent b57e1d9 commit b9a9208
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Packages/Nakama/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@ All notable changes to this project are documented below.

The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).

### [Unreleased]
## [3.14.0] - 2024-11-05
### Changed
- Update to use Nakama and Satori .NET 3.14.0 release.

### [3.13.0] - 2024-07-10
## [3.13.0] - 2024-07-10
### Changed
- Updated to use the Nakama and Satori .NET 3.13.0 release.

### [3.12.1] - 2024-05-30
## [3.12.1] - 2024-05-30
### Changed
- Updated to use the Nakama and Satori .NET 3.12.1 release.

### [3.12.0] - 2024-04-08
## [3.12.0] - 2024-04-08
### Changed
- Updated to use the Nakama and Satori .NET 3.12.0 release.

### Fixed
- Removed unnecessary reference to old Nakama Unity version in Demo scene.

## [3.11.0] - 2024-03-08

### Changed
- Default socket adapter changed from `WebSocketAdapter` to `WebSocketStdlibAdapter`. This was done to utilize the native .NET Websocket library for improved stability and maintenance.
- Updated to use the Nakama and Satori .NET 3.11.0 release.

## [3.10.1] - 2023-12-12

### Changed
- Retry functionality restored for `UnityWebRequest.Result.ConnectionError`.

Expand Down
Binary file modified Packages/Nakama/Runtime/Plugins/Nakama.dll
Binary file not shown.
Binary file modified Packages/Nakama/Runtime/Plugins/Satori.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Packages/Nakama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.heroiclabs.nakama-unity",
"version": "3.13.0",
"version": "3.14.0",
"unity": "2018.4",
"displayName": "Nakama Unity",
"description": "Unity3D client for Nakama server written in C#.",
Expand Down

0 comments on commit b9a9208

Please sign in to comment.