Releases: nodeshift/opossum
Releases · nodeshift/opossum
v1.10.0
Features
- add circuit.shutdown() to shut a circuit down (e14796c)
v1.9.0
Features
- add options.volumeThreshold (f9a720e)
1.8.0
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
Documentation and dependency version updates.
June 2018
1.7.0 (2018-06-06)
Bug Fixes
Features
Provide error to fallback function
1.6.0 (2018-05-24)
Features
- pass error as parameter to fallback function (#197) (ae6c1cc)
Full Webpack support
1.5.0 (2018-04-25)
Bug Fixes
- add full support for webpack and angular (#185) (a8cdad6)
Hystrix stats aggregation and circuit enable/disable
1.4.0 (2018-03-26)
Bug Fixes
- address sec vuln in marked coming from jsdoc (224c6ef)
- security issue related to electron version (#138) (4739c62)
Features
Maintenance release
This release addresses an issue that may arise when a circuit is in the halfOpen state and there is still heavy traffic.
1.3.1 (2017-12-14)
Bug Fixes
- build on windows10 due browserify limitations (#112) (dee4a9a)
- halfOpen state does not reject and doesn't trigger a later re-try. (#120 (04df6f7)
Health Checks and Bug Fixes