Skip to content

Releases: svroonland/rezilience

v0.8.4

21 Jul 18:32
dddeb6c
Compare
Choose a tag to compare

Changes

  • Fix an issue resulting in "Fiber interrupted" when releasing a Bulkhead (#265)

v0.9.0

18 Jul 10:26
Compare
Choose a tag to compare

This is the first release compatible with ZIO 2.0

v0.8.3

18 Jul 09:08
Compare
Choose a tag to compare

Dependency updates.

Changes

v0.8.2

06 Jun 16:22
3a0baf4
Compare
Choose a tag to compare
  • Fix unreachable Bulkhead.fromConfig (#251)

v0.8.1-1

19 May 20:09
e89bf92
Compare
Choose a tag to compare

Re-release of v0.8.1 due to CI error

v0.8.1

19 May 19:26
57859ad
Compare
Choose a tag to compare

What's Changed

v0.8.0

18 May 09:50
e111a3a
Compare
Choose a tag to compare

This is a new release compatible with ZIO 1. For ZIO 2 users, there is currently a snapshot available compatible with ZIO 2.0.0-RC6.

New features:

Bug fixes:

  • Fix behavior of jitterFactor in Retry.Schedules.common (#221)

Dependency updates:

  • Update zio-streams, zio-test, zio-test-sbt to 1.0.14 (#233)
  • Update sbt-scalajs, scalajs-compiler, ... to 1.10.0 (#230)
  • Update scala-collection-compat to 2.7.0 (#225)
  • Bump scala versions + build images (#222)

v0.7.0

01 Oct 14:31
f36f013
Compare
Choose a tag to compare

New in this release is SwitchablePolicy, a policy that can be switched safely at runtime while calls are in-flight. See the docs for more information.

Dependency upgrades:

  • Update sbt-scalajs, scalajs-compiler, ... to 1.7.0 (#154)
  • Update zio-streams, zio-test, zio-test-sbt to 1.0.12 (#167)
  • Update scala3-library to 3.0.2 (#162)
  • Update scala-library to 2.12.15 (#165)

v0.6.2

24 May 10:15
Compare
Choose a tag to compare

Release for Scala 3

Also:

  • Simplify RateLimiter and Bulkhead implementations (#122)

  • Slight queue optimization in Bulkhead

  • Improved RateLimiter and Bulkhead interruption behavior (#117, #123)

  • Upgrade to zio 1.0.8 (#137)

  • Upgrade to scalajs 1.5.1 (#128)

v0.6.1

07 Mar 14:08
Compare
Choose a tag to compare

Release to sonatype. This line can be removed from build.sbt:

resolvers += Resolver.jcenterRepo