Skip to content

Releases: nodeshift/opossum

v8.4.0

27 Nov 19:28
d1322e5
Compare
Choose a tag to compare

8.4.0 (2024-11-27)

Features

  • Coalesce reset options, reset coalesce based on result. (error, success, timeout) (#908) (c9782ae)

v8.3.1

11 Nov 13:14
64d3d40
Compare
Choose a tag to compare

8.3.1 (2024-11-11)

Bug Fixes

  • Incorrect default value of maxEntries for MemoryCache #904 (#906) (f7abe3f)

v8.3.0

28 Oct 19:17
7d004cb
Compare
Choose a tag to compare

8.3.0 (2024-10-28)

Features

  • renewing the AbortController when the circuit enters the 'halfClose' or 'close' state (#892) (2ba3a31)

Bug Fixes

v8.2.0

23 Oct 14:17
3350332
Compare
Choose a tag to compare

8.2.0 (2024-10-23)

Features

  • coalescing calls + feature: max cache size (#877) (d50c912)
  • upgrade nyc from 15.1.0 to 17.0.0 (#862) (ccf7803)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#890) (6cd2895)
  • upgrade babel-loader from 9.1.3 to 9.2.1 (#888) (6d26113)
  • upgrade tape from 5.7.2 to 5.9.0 (#885) (2896676)

v8.1.4

30 Apr 12:30
4b78d11
Compare
Choose a tag to compare

8.1.4 (2024-04-30)

Bug Fixes

Opossum v8.1.3

06 Nov 15:23
154d8aa
Compare
Choose a tag to compare

8.1.3 (2023-11-06)

Bug Fixes

  • push.apply with an unbounded array leads to stack overflow exceptions. (#830) (2cfb1ae)
  • upgrade tape from 5.6.6 to 5.7.0 (#828) (650807a)

Opossum v8.1.2

05 Oct 13:24
02465e2
Compare
Choose a tag to compare

8.1.2 (2023-10-05)

Bug Fixes

  • fix bug where options couldn't be set to zero. (#825) (e6b3b77), closes #824
  • upgrade eslint from 8.44.0 to 8.48.0 (#814) (178294e)
  • upgrade eslint from 8.48.0 to 8.49.0 (#822) (fc5c002)

v8.1.1

13 Sep 13:46
c87bc03
Compare
Choose a tag to compare

8.1.1 (2023-09-13)

  • add option for user-provided EventEmitter to control buckets (#809)

Bug Fixes

Opossum v8.1.0

01 Aug 13:52
973db17
Compare
Choose a tag to compare

8.1.0 (2023-07-31)

Features

  • add option to disable stats snapshots (#799) (a9c5935)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#789) (74a45c5)
  • upgrade eslint from 8.40.0 to 8.43.0 (#790) (fda48ca)
  • upgrade eslint from 8.43.0 to 8.44.0 (#794) (3dffb78)
  • upgrade webpack from 5.82.0 to 5.82.1 (#772) (c84639f)
  • upgrade webpack from 5.82.1 to 5.83.1 (#775) (01443c6)
  • upgrade webpack from 5.83.1 to 5.88.0 (#791) (5296413)
  • upgrade webpack-cli from 5.0.2 to 5.1.4 (#782) (e66ca47)

Opossum Release v8.0.1

31 May 13:44
23c8207
Compare
Choose a tag to compare

8.0.1 (2023-05-30)

Bug Fixes

  • Reduce apply() calls to improve call times. (#765) (8d559e4)
  • upgrade eslint from 8.39.0 to 8.40.0 (#766) (197cc6d)