javaslang-circuitbreaker v1.5.0 Release Notes
Release Date: 2020-06-03 // over 4 years ago-
- ๐ Issue #855: Updated resilience4j-spring-boot2 to 2.3.0.RELEASE
- ๐ Issue #855: Updated resilience4j-spring-cloud2 to 2.2.2.RELEASE
- Issue #942: Introduced new CB metric "notPermittedCalls"
- Issue #964: Added Kotlin DSL for building *Config and *Registry classes
- Issue #979: Added fairCallHandlingEnabled flag to BulkheadConfig which controls whether FairSync or NonfairSync should be used in the Semaphore.
- ๐ง Issue #982: Added support to configure exponential random backoff via Spring config
- ๐ Issue #991: Fixed bug that auto transition to half_open happens even if the state is forced open.
- Issue #1000: Added toString to CircuitBreakerConfig
- ๐ Issue #1003: Fixed bug that CircuitBreaker tries to obtain permission twice in circuitBreaker.decorateEitherSupplier()