Skip to content

Commit

Permalink
Nakama common 1.31.0 release, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro committed Mar 17, 2024
1 parent f13e795 commit 505cf0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr

## [Unreleased]

## [1.31.0] - 2024-03-17
### Added
- Add Fleet Manager API to power session-based multiplayer integrations. See [the documentation](https://heroiclabs.com/docs/nakama/concepts/multiplayer/session-based/) for more details.
- Add CRON next and previous functions to Go runtime.
- Add CRON previous function to Lua runtime.
- Add CRON previous function to TypeScript/JavaScript runtime.
- Add support for storage deletes in runtime multi-update functions.

## [1.30.1] - 2023-12-15
### Added
- Add JavaScript runtime `channelMessageRemove` function definition.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nakama-runtime",
"version": "1.30.1",
"version": "1.31.0",
"description": "The server framework Type definitions for the Nakama game server.",
"author": "Heroic Labs.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 505cf0c

Please sign in to comment.