Releases: bbc/http-transport-cache
Releases · bbc/http-transport-cache
v3.5.0
Summary
Add support for varyOn
Changelog
- Updated maxAge
- Updated staleIfError
- Updated key generation mechanism
- Added cache keys tests to staleIfError
- Updated NodeJs engine version support
- Updated README
v3.4.0
- Handle Redis Connection errors by passing through the cache
v3.2.0
- On
cache.set
, return data to be cached instead of throwing an exception.
v3.1.0
- Add
ctx
to caching events
v3.0.3
- Add tests for invalid cache-control headers
v3.0.2
- Use http-transport
getRequestKey
for cache key generation
- This now uses separate cache keys for different request methods
v3.0.1
- Do not cache 5xx for stale-while-revalidate
v3.0.0
- Cache client errors (4xx) when there is a cache control header
v2.0.1
- Only support
stale while revalidate
for HTTP GET (for the time being)