Skip to content

Releases: bbc/http-transport-cache

v2.0.0

26 Feb 09:04
Compare
Choose a tag to compare
  • Upgraded to use async/await

v1.5.2

30 Jan 11:51
Compare
Choose a tag to compare
  • 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

25 Jan 12:00
Compare
Choose a tag to compare
  • Fix for cache name on cache timeout event

v1.5.0

22 Jan 16:01
Compare
Choose a tag to compare
  • Option to respect stale-while-revalidate headers

v1.4.0

22 Jan 16:00
Compare
Choose a tag to compare
  • Allow for multiple cache layers

v1.3.0

11 Jan 11:03
Compare
Choose a tag to compare
  • Support emitting events for different caches
  • This looks up the name property on a cache to determine events to send.

v1.2.1

10 Jan 16:24
Compare
Choose a tag to compare
  • Do not cache responses that have been fetched from an upstream cache
  • Allows for multiple caches

v1.2.0

10 Jan 15:44
d462f67
Compare
Choose a tag to compare

Adds support for timing out cache lookups

v1.1.0

09 Jan 16:17
Compare
Choose a tag to compare

Adds support for ignoring cache lookup errors

v1.0.0

21 Nov 14:01
Compare
Choose a tag to compare
  • Initial release