Releases: bbc/flashheart
Releases · bbc/flashheart
v2.8.3
- Bug fix: don't cache errors in the stale cache segment
v2.8.0
- Adds support for
stale-if-error
if staleIfError
parameter is passed (#63)
v2.7.1
- Adds head method to cachingClient
v2.7.0
- Adds support for making HEAD requests
v2.6.1
- Patch to add query strings to url for timeout error messages
v2.6.0
- Exposes
Client
constructor to simplify promisification (#55)
v2.5.2
- Lock in to request version 2.75.0 to avoid the
Event Emitter
memory leak issue.
v2.5.1
- Disables the overall circuit breaker timeout (use the
timeout
and retries
properties to decide when to give up on a request) #41