Skip to content

Commit 176f522

Browse files
author
Robert Winkler
committed
Updated release notes for upcoming v0.14.0
1 parent a63cf34 commit 176f522

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

RELEASENOTES.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,15 @@ NOTE: Breaking changes:
185185
* PR #284: Avoiding calling bulkheadConfigSupplier needlessly
186186
* Issue #245; PR #260: Fix CircuitBreakerSubscriber for Reactor doesn't count successes when using Mono/Flux.toFuture()
187187
* Issue #263; PR #264: Fix bulkhead on Single and Maybe
188+
189+
== Version 0.14.0
190+
* Issue #196: Added a new resilience4j-feign module
191+
* Issue #241: Added support to configure automaticTransitionFromOpenToHalfOpenEnabled in Spring Boot
192+
* Issue #286: Spring Boot emitted warnings about invalid actuator endpoint name
193+
* PR #308: Added bulkhead metrics support for Prometheus
194+
* Issue #332: Bulkhead reactor operator did not release semaphore on cancel
195+
* Issue #338: Fixed that SpringBoot2 auto-configuration fails when not specifying all properties
196+
* Issue #344: Exposed bulkhead max allowed concurrent calls metric
197+
* Issue #349: Added Spring Boot 2 support for resilience4j-retry
198+
* Issue #351: Fixed that CircuitBreaker AutoTransitioner prevents JVM shutdown
199+
* Issue #359: Support for retryOnResult method and Completable, Maybe types missing

0 commit comments

Comments
 (0)