Skip to content

v2.1.0

Compare
Choose a tag to compare
@someone1 someone1 released this 21 May 12:21
· 9 commits to master since this release
  • Updated to latest Cloud KMS Package (uses gRPC vs HTTP now)
  • Added go modules support

Breaking Changes with v2.1.0

  • Dropping support for AppEngine Go 1.9 environment (last version with AppEngine App Identity support will be for Go 1.11)
  • KMSConfig no longer takes an optional HTTP Client, but rather the kms gRPC based client
  • Middleware will now return a 401 response for unauthenticated requests (previously was returning a 403 response)