javaslang-circuitbreaker v0.17.0 Release Notes

Release Date: 2019-07-22 // over 4 years ago
    • โœ‚ Removed all deprecated methods in preparation for v1.0.0
    • 0๏ธโƒฃ Issue #500: Fiex bug where default external configs in Ratpack apps are not honored
    • ๐Ÿ›  Issue #506: Fixed bug where resilience4j-ratpack fails to run when Dropwizard metrics in not on classpath
    • Issue #515: Added Aspect ordering feature in resilience4j-spring again
    • ๐Ÿ‘ Issue #518: Added support for Vavr Try and Either return types
    • ๐Ÿšš Issue #538: Removed minimum waitDuration constraint for retry
    • โœ… Issue #544: Fixed bug where CircuitBreaker gets stuck in HALF_OPEN when the last test request throws an ignored exception
    • Issue #530: Improved RxJava2OnClasspathCondition and ReactorOnClasspathCondition