Skip to content

Releases: nodeshift/opossum

Hystrix Deprecation

22 May 16:43
v1.11.1
96ad8e3
Compare
Choose a tag to compare

Hystrix is now deprecated. We will soon be doing a major version bump to 2.0.0 adding Prometheus metrics, and changing some of the event names.

Filtering Errors

14 Mar 17:51
v1.11.0
ba05ab2
Compare
Choose a tag to compare

1.11.0 (2019-03-14)

Features

  • add errorFilter option to bypass incrementing failure stats (8018012)

v1.10.1

25 Feb 22:20
v1.10.1
b0d4488
Compare
Choose a tag to compare

Bug Fixes

  • eliminates a bug where the circuit could remain halfOpen forever (0039ee1)

v1.10.0

28 Jan 18:52
v1.10.0
895310d
Compare
Choose a tag to compare

Features

  • add circuit.shutdown() to shut a circuit down (e14796c)

v1.9.0

28 Jan 18:50
v1.9.0
4edcd7f
Compare
Choose a tag to compare

Features

  • add options.volumeThreshold (f9a720e)

1.8.0

02 Oct 15:52
v1.8.0
151c4e4
Compare
Choose a tag to compare

1.8.0 (2018-10-02)

Bug Fixes

  • changed currentTime to number as specified in the docs (e816f43)

Features

  • add options.allowWarmUp as a creation option (#218) (ff42d1b)
  • change default capacity from 10 to MAX_SAFE_INTEGER (4a8b98b)

July 2018

18 Jul 17:33
v1.7.1
e872bf3
Compare
Choose a tag to compare

Documentation and dependency version updates.

June 2018

06 Jun 15:57
v1.7.0
5bdd9a1
Compare
Choose a tag to compare

1.7.0 (2018-06-06)

Bug Fixes

Features

Provide error to fallback function

24 May 13:23
v1.6.0
1a61f56
Compare
Choose a tag to compare

1.6.0 (2018-05-24)

Features

  • pass error as parameter to fallback function (#197) (ae6c1cc)

Full Webpack support

30 Apr 21:14
v1.5.0
6d10bbb
Compare
Choose a tag to compare

1.5.0 (2018-04-25)

Bug Fixes

  • add full support for webpack and angular (#185) (a8cdad6)