Releases: svroonland/rezilience
Releases · svroonland/rezilience
v0.8.4
v0.9.0
This is the first release compatible with ZIO 2.0
v0.8.3
Dependency updates.
Changes
- Update scala-library to 2.12.16 @scala-steward (#256)
- Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 @scala-steward (#255)
- Update sbt-ci-release-early to 2.0.32 @scala-steward (#259)
- Update scala-collection-compat to 2.8.0 @scala-steward (#260)
- Update scalafmt-core to 3.5.8 @scala-steward (#258)
- Update sbt-tpolecat to 0.3.3 @scala-steward (#254)
- Update scala3-library to 3.1.3 @scala-steward (#257)
- Update zio-streams, zio-test, zio-test-sbt to 1.0.16 @scala-steward (#262)
- Update sbt to 1.7.1 @scala-steward (#261)
v0.8.2
v0.8.1-1
v0.8.1
What's Changed
- Fix CircuitBreaker race condition by @svroonland in #246
- Check docs by @svroonland in #243
- Upgrades by @svroonland in #244
- Restore zio 1.0-based docs for SwitchablePolicy by @svroonland in #245
v0.8.0
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:
zio-config
integration, see https://www.vroste.nl/rezilience/docs/zio-config/
Bug fixes:
- Fix behavior of jitterFactor in Retry.Schedules.common (#221)
Dependency updates:
v0.7.0
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:
v0.6.2
v0.6.1
Release to sonatype. This line can be removed from build.sbt:
resolvers += Resolver.jcenterRepo