@@ -14,6 +14,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Update protocol definitions to remove warnings from stricter Go package import paths. See [here](https://developers.google.com/protocol-buffers/docs/reference/go-generated#package).
- Move some Go packages to be internal.
- Improved rank caching strategy.
- Discrete authentication error response code and message for banned accounts.
logger.Info("User account is disabled.",zap.String("facebookInstantGameID",facebookInstantGameID),zap.String("username",username),zap.Bool("create",create))
return"","",false,status.Error(codes.Unauthenticated,"Error finding or creating user account.")