javaslang-circuitbreaker v1.4.0 Release Notes

Release Date: 2020-04-22 // almost 4 years ago
    • Issue #703: Add a feature that allows to plug-in your own Registry implementation which can be based on a cache library if needed.
    • ๐Ÿš€ Issue #737: Updated reactor version to 3.3.0.RELEASE
    • ๐Ÿ— Issue #933: Add RegistryStore and builder methods to create BulkheadRegistry and ThreadPoolBulkheadRegistry
    • ๐Ÿ— Issue #924: Add RegistryStore and builder methods to create RetryRegistry
    • ๐Ÿ— Issue #910: Add RegistryStore and builder methods to create RateLimiterRegistry
    • Issue #928: Fix TimeLimiter does not set a message for TimeoutException
    • Issue #916: Allow setting Retry Wait Duration Limit to value equal >= zero
    • ๐Ÿ“ฆ Issue #887: Fixing Spring Boot Common and Spring Boot 2 modules share the same packages which is not allowed in the Java Module system
    • ๐Ÿ‘ Issue #886: Add support for RxJava 3
    • Issue #913: Add proper graceful cleanup of resilience4j thread pool executors which make it properly cleaned on spring boot applications
    • Issue #939: Fix actuator shows Whitelabel error page with "Invalid Event"
    • Issue #958: Added missing method to set contextProgagators in ThreadPoolBulkheadConfigurationProperties
    • PR #914: Adding non-coroutine kotlin wrapper functions as a convenience
    • ๐Ÿ“š PR #943: Removed deprecated documentation