Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Releases: bbc/flashheart

v2.8.3

23 May 12:41
Compare
Choose a tag to compare
  • Bug fix: don't cache errors in the stale cache segment

v2.8.1

11 May 11:32
Compare
Choose a tag to compare
  • Fix stale cache id

v2.8.0

11 May 10:33
Compare
Choose a tag to compare
  • Adds support for stale-if-error if staleIfError parameter is passed (#63)

v2.7.1

12 Apr 13:37
Compare
Choose a tag to compare
  • Adds head method to cachingClient

v2.7.0

11 Apr 14:55
Compare
Choose a tag to compare
  • Adds support for making HEAD requests

v2.6.1

22 Feb 12:01
Compare
Choose a tag to compare
  • Patch to add query strings to url for timeout error messages

v2.6.0

03 Jan 12:27
Compare
Choose a tag to compare
  • Exposes Client constructor to simplify promisification (#55)

v2.5.3

15 Nov 10:12
Compare
Choose a tag to compare

v2.5.2

27 Oct 08:55
Compare
Choose a tag to compare
  • Lock in to request version 2.75.0 to avoid the Event Emitter memory leak issue.

v2.5.1

15 Sep 07:47
Compare
Choose a tag to compare
  • Disables the overall circuit breaker timeout (use the timeout and retries properties to decide when to give up on a request) #41