javaslang-circuitbreaker v0.13.2 Release Notes

Release Date: 2018-11-18 // over 5 years ago

    PR #244: Corrected link to Prometheus Metrics Integration

    PR #246: Make async retrofit call not make the request when circuit is open

    🚚 PR #248: Removed rxjava2 dependency for time limiter

    πŸ“š PR #253: Fixed documentation

    PR #254: Additional factory methods for Micrometer CircuitBreakerMetrics

    🚚 PR #271: Remove deprecated usage of Mockito Matchers

    πŸ”€ PR #276: Add response predicate to retry sync and async for enhancement

    PR #277: Generate BOM for resilience4j

    🌲 PR #281: Avoid creating unnecessary logging strings

    PR #284: Avoiding calling bulkheadConfigSupplier needlessly

    Issue #245; PR #260: Fix CircuitBreakerSubscriber for Reactor doesn’t count successes when using Mono/Flux.toFuture()

    Issue #263; PR #264: Fix bulkhead on Single and Maybe