Notable changes
Changed
- JavaScript runtime
localcachePut
now only accepts primitive types, other values will throw an error. - Storage search index list max limit increased from 100 to 10,000 results.
- Upgrade GRPC-Gateway, Tally, Zap, crypto, oauth2, GRPC, and related dependencies.
- Build with Go 1.21.5.
Fixed
- Fix pointer slices assertions in JavaScript runtime Nakama module function arguments.
- Fix caller ID parameter index in Lua runtime
storage_list
function. - Fix incorrect GOARCH flag in Dockerfiles for arm64.
NOTE: For developers who use the Go server runtime support. The nakama-common package at v1.30.1 must be used with this release.
env GO111MODULE=on go get "github.com/heroiclabs/nakama-common/runtime@v1.30.1"