Skip to content

Commit 98401f2

Browse files
committed
Update CHANGELOG.md for v1.6
1 parent 1d46cb6 commit 98401f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ bumping the major version of this package, which violates the official Golang
55
packaging convention around breaking changes. Typically the versions being
66
dropped are multiple years old and long unsupported.*
77

8+
#### Version 1.6.0 (2024-02-19)
9+
10+
- Adds `Breaker.GetState()` to check the breaker state directly (e.g. for
11+
monitoring metrics).
12+
- Fix a race condition in the Batcher that could have lead to a panic if
13+
multiple batches ended up executing at once (thanks to Tiago Peczenyj for the
14+
discovery and very clear bug report).
15+
- Fix `Batcher.Shutdown()` to behave correctly when multiple batches end up
16+
executing at once.
17+
- A variety of small refactors, simplifications, and test suite improvements.
18+
819
#### Version 1.5.0 (2023-12-14)
920

1021
- Adds `Retrier.WithInfiniteRetry()` and `Retrier.RunFn()` to handle more

0 commit comments

Comments
 (0)