Skip to content

Releases: loozhengyuan/grench

v0.7.0

26 Aug 13:50
v0.7.0
7375c15
Compare
Choose a tag to compare

Others

  • BREAKING: Drop superfluous pkg directory (#52)
  • BREAKING: Move packages into new utils package (#53)

v0.6.0

27 Apr 03:03
v0.6.0
f418f08
Compare
Choose a tag to compare

Added

  • coalesce: New package for coalescing operations (#47)
  • config: New package for managing app config (#48)

v0.5.0

15 Apr 10:59
v0.5.0
7adb1ee
Compare
Choose a tag to compare

Added

  • auth/oauth2: New TokenResponse type (#37)
  • auth/oidc: New TokenResponse type (#38)
  • kv: New key-value storage interface (#41)
  • kv/mem: In-memory implementation of kv.Store (#41)
  • kv/fs: Local filesystem implementation of kv.Store (#41)

v0.4.0

04 Apr 05:48
v0.4.0
d954329
Compare
Choose a tag to compare

Added

  • auth/oidc: New Provider struct (#28)
  • auth/oauth2/pkce: New CodeVerifier struct (#32)

v0.3.0

05 Mar 13:31
v0.3.0
26b927b
Compare
Choose a tag to compare

Added

  • health: Health checks now run asynchronously (#22)
  • health: JSON struct tags for health.Info (#24)

Changed

  • BREAKING: health: Disallow checks from returning errors (#21)
  • BREAKING: pointer: Rename functions (#25)

v0.2.0

24 Feb 13:31
v0.2.0
58c2c5f
Compare
Choose a tag to compare

Changed

  • BREAKING: health: Drop register pattern on the health.Checker interface (#16)

Others

  • Set go.mod go directive to minimum supported Go version (#12)
  • Support for Go 1.16 (#13)

v0.1.0

17 Feb 05:00
v0.1.0
c2d89ce
Compare
Choose a tag to compare

Initial release.