All notable changes to this project will be documented in this file.
utils
: New package withPointer
/Coalesce
functions via generics (#72)http/middleware
: NewRequestID
middleware function (#73)
- BREAKING: Set Go 1.18 as minimum supported version (#68)
v0.7.0 - 2021-08-26
v0.6.0 - 2021-04-27
coalesce
: New package for coalescing operations (#47)config
: New package for managing app config (#48)
v0.5.0 - 2021-04-15
auth/oauth2
: NewTokenResponse
type (#37)auth/oidc
: NewTokenResponse
type (#38)kv
: New key-value storage interface (#41)kv/mem
: In-memory implementation ofkv.Store
(#41)kv/fs
: Local filesystem implementation ofkv.Store
(#41)
v0.4.0 - 2021-04-04
v0.3.0 - 2021-03-05
- BREAKING:
health
: Disallow checks from returning errors (#21) - BREAKING:
pointer
: Rename functions (#25)
v0.2.0 - 2021-02-24
- BREAKING:
health
: Drop register pattern on thehealth.Checker
interface (#16)
v0.1.0 - 2021-02-17
Initial release.