Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Releases: bxcodec/httpcache

v1.0.0

08 Mar 07:03
6a45826
Compare
Choose a tag to compare

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

22 Jun 07:25
bf43fca
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

Breaking Changes

  • fix: re-order parameters (#23)
  • fix: resolve typo on the log (#24)

v1.0.0-beta.2

22 Jun 02:48
ab33309
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

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

19 Jun 09:47
4349002
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

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

08 Jan 10:54
9944a46
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

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)