Skip to content

Releases: yosida95/chame

v1.6.0

05 Apr 16:21
v1.6.0
Compare
Choose a tag to compare

New

  • Export BaseURL() method in Client

Changes

  • go.mod: edit -go 1.21
  • CircleCI: add Go 1.21 and remove Go 1.19 from the matrix
  • appengine: upgrade the runtime to Go 1.21

Chore

  • Update go orb to 1.11
  • Update module github.com/google/go-cmp to v0.6.0
  • Update module github.com/spf13/cobra to v1.8.0

v1.5.0

19 Apr 09:19
v1.5.0
Compare
Choose a tag to compare

New

  • Export DefaultContentType for documentation purpose

Changes

  • Return 404 to malformed JWTs and 410 to expired JWTs
  • Redirect /i to /i/ and keep query string across redirects
  • ServeHome: use http.NotFound() to align with ServeHTTP

v1.4.0

14 Apr 17:04
v1.4.0
Compare
Choose a tag to compare

New

  • Enable direct pkg/chame.Chame initialization
  • pkg/chame: Implement http.Handler on (*Chame)
  • pkg/chame: Add RawHeader interface to modify response header directly

Changes

  • HTTPProxy: Discard response body to enable HTTP Keep-Alive
  • go.mod: edit -go 1.19
  • pkg/chame: Deprecate New()
  • pkg/chame: Replace glog by the standard log
  • Replace x/sync/errgroup by the native chan
  • pkg/metadata: Deprecate the whole package
  • appengine: Upgrade the runtime to Go 1.19

Chore

  • Update module github.com/golang-jwt/jwt/v4 to v4.5.0
  • Update module github.com/golang/glog to v1.1.1
  • Update module github.com/spf13/cobra to v1.7.0
  • CircleCI: add Go 1.19 and 1.20, remove Go 1.16, 1.17 and 1.18
  • CircleCI: Update go orb to v1.7.2