Skip to content

v0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 11:32
· 32 commits to refs/heads/master since this release

This is a republish of v0.10.0, due to publishing issues with that version. Below is a copy of the release notes of version v0.10.0

This release brings dependency updates, including upgraded ZIO config integration, as well as ZIO metrics for the Circuit Breaker. Use of the CircuitBreaker onStateChange parameter has changed, see
https://www.vroste.nl/rezilience/docs/circuitbreaker/#monitoring

Note: due to an incompatible change in ZIO 2.1.7, this release is not compatible with ZIO 2.1.7 or higher. Specifically, when using Bulkhead with a maxInFlightCalls parameter higher than 16, the parameter will effectively be 16. There should be no problem for maxInFlightCalls <= 16.

Changes