Releases: bbc/http-transport-cache
Releases · bbc/http-transport-cache
v2.0.0
- Upgraded to use async/await
v1.5.2
- Differentiate between events sent for different caches
- Passing a
name
option to middleware options sends events as cache.name.event
instead of cache.event
v1.5.1
- Fix for cache name on cache timeout event
v1.5.0
- Option to respect stale-while-revalidate headers
v1.4.0
- Allow for multiple cache layers
v1.3.0
- Support emitting events for different caches
- This looks up the
name
property on a cache to determine events to send.
v1.2.1
- Do not cache responses that have been fetched from an upstream cache
- Allows for multiple caches
v1.2.0
Adds support for timing out cache lookups
v1.1.0
Adds support for ignoring cache lookup errors