Skip to content

Releases: svroonland/rezilience

v0.10.3

11 Sep 09:42
a7358c1
Compare
Choose a tag to compare

The jar for 0.10.2 for scala 2.13 was reported to be empty after publishing to Maven Central, attempting to fix that in this release.

Changes

v0.10.2

28 Aug 07:34
bee74ce
Compare
Choose a tag to compare

This release stores compatibility with ZIO 2.1.7+, due to a change in ZIO 2.1.7. See the note at https://github.com/svroonland/rezilience/releases/tag/v0.10.1 for more details.

Changes

v0.10.1

17 Jul 11:32
Compare
Choose a tag to compare

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

v0.10.0

17 Jul 07:56
Compare
Choose a tag to compare

This release brings dependency updates, including upgraded ZIO config integration, as well as ZIO metrics for the Circuit Breaker.

Changes

v0.9.4

25 Jun 12:08
e4d053c
Compare
Choose a tag to compare

Changes

v0.9.3

30 Mar 18:37
f6142e2
Compare
Choose a tag to compare

Changes

v0.8.6

30 Mar 18:21
384d674
Compare
Choose a tag to compare

(ZIO 1 compatible release)

  • #326 Fix CircuitBreaker isFailure logic on HalfOpen state

v0.9.2

18 Feb 11:05
5df6465
Compare
Choose a tag to compare

Identical to 0.9.1, fixes only for publishing on CI.

Changes

v0.9.1

18 Feb 08:46
7ccbc0a
Compare
Choose a tag to compare

This release contains a bug fix for the CircuitBreaker and dependency updates.

Changes

v0.8.5

18 Feb 09:41
f6d32f5
Compare
Choose a tag to compare

(ZIO 1 compatible release)

Fixes an issue with the Circuit Breaker

[#314] 'CircuitBreaker.isFailure' logic not being executed (ZIO 1)