Releases: loozhengyuan/grench
Releases · loozhengyuan/grench
v0.7.0
Others
- BREAKING: Drop superfluous
pkg
directory (#52)
- BREAKING: Move packages into new
utils
package (#53)
v0.6.0
Added
coalesce
: New package for coalescing operations (#47)
config
: New package for managing app config (#48)
v0.5.0
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
Added
auth/oidc
: New Provider
struct (#28)
auth/oauth2/pkce
: New CodeVerifier
struct (#32)
v0.3.0
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
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)