javaslang-circuitbreaker v0.13.0 Release Notes

Release Date: 2018-06-18 // almost 6 years ago
    • PR #216: Added Circuit Breaker option to auto transition to half open
    • 🏗 PR #217: Added ignoreExceptions() and recordExceptions() to CircuitBreakerConfig.Builder
    • PR #226: Ratpack does no longer depend on Dropwizard or Prometheus
    • PR #227: Ratpack module uses Spring Reactor now
    • PR #229: Publish retry event for every retry
    • PR #231: Added validation to Spring Boot CircuitBreakerProperties
    • PR #234: Non-blocking API for RateLimiter
    • PR #236: Added Spring 4, Spring Boot 1 and Spring Boot 2 modules