javaslang-circuitbreaker v1.3.0 Release Notes

Release Date: 2020-02-05 // about 4 years ago
    • ๐Ÿ‘€ Issue #822: Fixed the case where resilience4j rateLimiter seems to ignore configuration
    • ๐Ÿ›  Issue #816: Fixed Reactor RetryOperator throws exception wrapped by RetryExceptionWrapper
    • Issue #806: Switched aggregated retry.calls metric to a counter from a gauage
    • Issue #803: Added new Circuit breaker state -> METRICS_ONLY
    • ๐Ÿ”ง Issue #799: Fixed WritableStackTraceEnabled config setting in ThreadPool bulkhead configuration
    • Issue #775: Added Getter for RetryOnRetryEvent
    • ๐Ÿ›  Issue #769: Fixed Duplicated auto complete support in IDEA
    • ๐Ÿ‘ Issue #765: Added support to use Retry with Feign client
    • โฌ†๏ธ Issue #751: Vavr upgrade to 0.10.2
    • ๐Ÿ›  Issue #718: Fixed blocking behavior in Reactor Retry Operator
    • ๐Ÿ‘ Issue #711: Added support to use SpEL in resilienec4j spring annoations
    • ๐Ÿ›  Issue #751: Fixed Resilience4j Spring boot modules MetricsAutoConfiguration
    • ๐Ÿ‘ Issue #565: Added ThreadLocal passing support to the Threadpool bulkhead implementation
    • ๐Ÿ‘ Issue #430: Added TimeLimiter spring boot starter support
    • ๐Ÿ‘ Issue #509: Added support to extend Micrometer tags
    • PR #831: non backward compatible API change in ThreadPoolBulkhead decorateRunnable(ThreadPoolBulkhead bulkhead, Runnable runnable) now return Supplier<CompletionStage> instead of Runnable