Loading CHANGELOG.md +1 −0 Changes for CHANGELOG.md: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Memory usage and population time improvements in leaderboard rank cache. - Better handling of internal transaction retries. - Better handling of party membership when interacting with matchmaking. - Improve leaderboard cache reporting of idempotent operations. - Build with Go 1.20.6. ### Fixed Loading server/api_test.go +1 −1 Changes for server/api_test.go: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ var ( DiscardUnknown: false, } metrics = NewLocalMetrics(logger, logger, nil, cfg) storageIdx, _ = NewLocalStorageIndex(logger, nil, []StorageIndexConfig{}) storageIdx, _ = NewLocalStorageIndex(logger, nil) _ = CheckConfig(logger, cfg) ) Loading Loading
CHANGELOG.md +1 −0 Changes for CHANGELOG.md: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Memory usage and population time improvements in leaderboard rank cache. - Better handling of internal transaction retries. - Better handling of party membership when interacting with matchmaking. - Improve leaderboard cache reporting of idempotent operations. - Build with Go 1.20.6. ### Fixed Loading
server/api_test.go +1 −1 Changes for server/api_test.go: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ var ( DiscardUnknown: false, } metrics = NewLocalMetrics(logger, logger, nil, cfg) storageIdx, _ = NewLocalStorageIndex(logger, nil, []StorageIndexConfig{}) storageIdx, _ = NewLocalStorageIndex(logger, nil) _ = CheckConfig(logger, cfg) ) Loading