Skip to content

Commit 7d004cb

Browse files
chore(main): release 8.3.0 (#897)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cac798c commit 7d004cb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [8.3.0](https://github.com/nodeshift/opossum/compare/v8.2.0...v8.3.0) (2024-10-28)
6+
7+
8+
### Features
9+
10+
* renewing the AbortController when the circuit enters the 'halfClose' or 'close' state ([#892](https://github.com/nodeshift/opossum/issues/892)) ([2ba3a31](https://github.com/nodeshift/opossum/commit/2ba3a31def3f11305778490c7c2b858f02d8ca2a))
11+
12+
13+
### Bug Fixes
14+
15+
* disabled breaker emits fire events ([#895](https://github.com/nodeshift/opossum/issues/895)) ([d0ee9e6](https://github.com/nodeshift/opossum/commit/d0ee9e6853493a97761e5c4976dcad6e2a58d08d))
16+
517
## [8.2.0](https://github.com/nodeshift/opossum/compare/v8.1.4...v8.2.0) (2024-10-23)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opossum",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"author": "Red Hat, Inc.",
55
"license": "Apache-2.0",
66
"type": "commonjs",

0 commit comments

Comments
 (0)