Releases: bxcodec/httpcache
Releases · bxcodec/httpcache
v1.0.0
Compare
Sorry, something went wrong.
No results found
What's Changed
added redis storage by @musinit in #25
feat: fix linter and test by @bxcodec in #31
chore(deps): bump golang.org/x/net from 0.0.0-20190923162816-aa69164e4478 to 0.7.0 by @dependabot in #32
Typo fixes at roundtriper.go by @mhmxs in #35
chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #37
chore(deps): bump google.golang.org/grpc from 1.29.1 to 1.56.3 by @dependabot in #38
chore: deprecate library by @bxcodec in #36
New Contributors
Full Changelog : v1.0.0-beta.3...v1.0.0
v1.0.0-beta.3
Compare
Sorry, something went wrong.
No results found
Breaking Changes
fix: re-order parameters (#23 )
fix: resolve typo on the log (#24 )
v1.0.0-beta.2
Compare
Sorry, something went wrong.
No results found
Features
feat: add option enable/disable rfc (#22 )
Chores
chore: add sample to use custom storage (#20 )
chore: add example (#21 )
v1.0.0-beta
Compare
Sorry, something went wrong.
No results found
Features
feat(storage): add storage type in header origin (#14 )
feat(test): add custom storage handler and test (#17 )
chore(test): add unit test for round trip function (#18 )
Chores
chore(linter): add linter and CI/CD (#15 )
chore(pkg): rename package name (#16 )
v1.0.0-alpha
Compare
Sorry, something went wrong.
No results found
First Initial Release
Features
feat(cache-control): add cache control handler (#13 )
feat(cache): add inmemory cache (#10 )
feat(roundtripper): add roundtripper implementation (#9 )
feat(goche): init domain (#1 )
Chores and Refactor
chore(roundtripper): simplify condition and add readme.md (#12 )
refactor(in-memory): resolve the general function (#11 )
refactor(hache): rename package (#8 )