Bxcodec Httpcache Versions Save

Get a working HTTP Cache in Go (Golang) with only 3 lines of code!!!!

v1.0.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/bxcodec/httpcache/compare/v1.0.0-beta.3...v1.0.0

v1.0.0-beta.3

3 years ago

Breaking Changes

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

v1.0.0-beta.2

3 years ago

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

3 years ago

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

4 years ago

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)