Releases: heroiclabs/nakama-common
Releases · heroiclabs/nakama-common
v1.40.0
v1.39.0
v1.38.0
v1.37.0
v1.36.0
v1.35.0
Notable changes
Added
- Add new runtime function to get a list of user's friend status.
- Add new Follow/Unfollow runtime APIs.
- Add new NotificationsUpdate runtime API.
- Add new initializers function to get config values.
Changed
- Update to Protobuf v1.35.2 dependency.
v1.34.0
Notable changes
Added
- New runtime function to list user notifications.
- New Go runtime initializer function to register raw HTTP handlers.
Changed
- Added pagination support to storage index listing.
- Ensure runtime Satori client is updated for latest API changes.
Fixed
- Ensure optional TypeScript context fields are marked appropriately.
v1.33.0
Notable changes
Added
- New runtime functions to get and delete notifications by identifier.
- Add runtime function to disable ranks for an active leaderboard.
- New matchmaker stats API.
Changed
- Add leaderboard and tournament create param to enable or disable ranks.
Fixed
- Add ErrGracePeriodExpired.
v1.32.0
Notable changes
Added
- Add runtime support for registering a shutdown hook function.
- Add support for custom sorting in storage index search.
- New friends of friends listing API and runtime functions.
Changed
- Update to Protobuf v1.34.1 dependency.
Fixed
- Fix JavaScript runtime
MatchInit
parameter type.
v1.31.0
Notable changes
Added
- Add Fleet Manager API to power session-based multiplayer adapters. See the documentation 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.