From 668ac667f5eaae74b841971724fe4ca160a9d5d3 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Sat, 28 Nov 2020 18:06:13 +0000 Subject: [PATCH] Nakama 2.15.0 release. --- CHANGELOG.md | 13 ++++++++----- go.mod | 2 +- go.sum | 6 ++---- vendor/modules.txt | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3214aef39d..e948b764b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,20 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr ## [Unreleased] ### Added - Add cacheable cursor to channel message listings. +- Add group management functions to the server runtime. Thanks @4726. ### Changed -- Make metrics prefix configurable, default to fixed value. +- Make metrics prefix configurable and set a default value. +- Pin the GRPC Go plugin for the protoc compiler with a tool dependency. - Build with Go 1.15.5 release. -- Skip logging Lua errors raised by explicit runtime calls to the `error({msg, code})` built-in. -- Update to Facebook Graph API v9.0. +- Use the Facebook Graph API v9.0 version. - Facebook authentication no longer requires access to gender, locale, and timezone data. -- Update to Bleve v1.0.13. +- Update to Bleve v1.0.13 release. +- Update to nakama-common 1.10.0 release. +- Skip logging Lua errors raised by explicit runtime calls to the `error({ msg, code })` function. ### Fixed -- Better handling of SSL connections in development configurations. +- Better handling of SSL negotiation in development with certs provided to the server. - Use correct error message and response code when RPC functions receive a request payload larger than allowed. - Expose missing 'group_users_kick' function to the Lua runtime. - Fix an issue that would cause an error when trying to update a tournament record with invalid data. diff --git a/go.mod b/go.mod index ac6e3127ff..43151101c8 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/gorilla/mux v1.7.4 github.com/gorilla/websocket v1.4.2 github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1 - github.com/heroiclabs/nakama-common v0.0.0-20201128151751-74a444b6a6cd + github.com/heroiclabs/nakama-common v1.10.0 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect github.com/jackc/pgx v3.5.0+incompatible github.com/jmhodges/levigo v1.0.0 // indirect diff --git a/go.sum b/go.sum index d2bcfd6126..597b15debe 100644 --- a/go.sum +++ b/go.sum @@ -199,10 +199,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1/go.mod h1:oVMjMN64nzEcepv1kdZKg github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/heroiclabs/nakama-common v0.0.0-20201128151751-74a444b6a6cd h1:2j7yXq9SW6DxHijTTB5elr2asLbZbAQP/xq+vvPSDu0= -github.com/heroiclabs/nakama-common v0.0.0-20201128151751-74a444b6a6cd/go.mod h1:li7bMQwOYA0NjT3DM4NKQBNruULPa2hrqdiSaaTwui4= -github.com/heroiclabs/nakama-common v1.9.0 h1:fGz5ivFrz2TxBTQ53A5vDXbgxTTc/SDoRVfTIF4tlbs= -github.com/heroiclabs/nakama-common v1.9.0/go.mod h1:li7bMQwOYA0NjT3DM4NKQBNruULPa2hrqdiSaaTwui4= +github.com/heroiclabs/nakama-common v1.10.0 h1:Vpp0Jhhgd+I+Z6f0vFQskJxY3wSnY7U+l1hS242S9nI= +github.com/heroiclabs/nakama-common v1.10.0/go.mod h1:li7bMQwOYA0NjT3DM4NKQBNruULPa2hrqdiSaaTwui4= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= diff --git a/vendor/modules.txt b/vendor/modules.txt index 9a2d17326b..2f5331acac 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -120,7 +120,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options github.com/grpc-ecosystem/grpc-gateway/v2/runtime github.com/grpc-ecosystem/grpc-gateway/v2/utilities -# github.com/heroiclabs/nakama-common v0.0.0-20201128151751-74a444b6a6cd +# github.com/heroiclabs/nakama-common v1.10.0 github.com/heroiclabs/nakama-common/api github.com/heroiclabs/nakama-common/rtapi github.com/heroiclabs/nakama-common/runtime