Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Releases: aw/CacheRules

Verify preconditions before revalidating

04 May 10:07
@aw aw
Compare
Choose a tag to compare
  • Add a check which verifies if a precondition exists before revalidating
  • Fixes issue #13
  • Add regression tests
  • Adjust one broken test

v0.4.1

04 May 06:01
@aw aw
Compare
Choose a tag to compare
  • Update README.md

Simplify revalidation and ensure '*' validator works

03 May 12:18
@aw aw
Compare
Choose a tag to compare
  • Modify 'revalidation' table so it doesn't check if the response is expired
  • Ensure validator matching works with '*'
  • Fix tests

v0.1.20

01 May 14:41
@aw aw
Compare
Choose a tag to compare
  • Recently cached responses are cached correctly. Fixes issue #11

v0.1.18

01 May 02:14
@aw aw
Compare
Choose a tag to compare
  • Ensure the 'Cache-Control: max-age' is validated
  • Add regression tests
  • Update documentation

v0.1.16

29 Apr 15:58
@aw aw
Compare
Choose a tag to compare
  • Errors caused by empty HTTP headers. Fixes issue #8

No max-stale = allow anything

29 Apr 09:43
@aw aw
Compare
Choose a tag to compare
  • No max-stale = allow anything. Fixes issue #7

v0.1.14

28 Apr 15:59
@aw aw
Compare
Choose a tag to compare
  • Ensure Cache-Control is verified

v0.1.13

28 Apr 12:04
@aw aw
Compare
Choose a tag to compare
Don't cache the Host header

v0.1.12

28 Apr 09:39
@aw aw
Compare
Choose a tag to compare
  • Allow newer rubies