Skip to content

Commit

Permalink
Update CHANGELOG.md for v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eapache committed Feb 19, 2024
1 parent 1d46cb6 commit 98401f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ bumping the major version of this package, which violates the official Golang
packaging convention around breaking changes. Typically the versions being
dropped are multiple years old and long unsupported.*

#### Version 1.6.0 (2024-02-19)

- Adds `Breaker.GetState()` to check the breaker state directly (e.g. for
monitoring metrics).
- Fix a race condition in the Batcher that could have lead to a panic if
multiple batches ended up executing at once (thanks to Tiago Peczenyj for the
discovery and very clear bug report).
- Fix `Batcher.Shutdown()` to behave correctly when multiple batches end up
executing at once.
- A variety of small refactors, simplifications, and test suite improvements.

#### Version 1.5.0 (2023-12-14)

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

0 comments on commit 98401f2

Please sign in to comment.