Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@lox lox released this 23 Feb 22:23
· 18 commits to master since this release

Changes

  • Correctly set X-Cache header (thanks @hnakamur)
  • Change Cache to an interface to allow mocking
  • Use godeps for dependency management
  • Validate urls in Content-Location header
  • Add staleness warning on stale content
  • Correctly handle Authorization header
  • Various other Cache-Control bugs and fixes