File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -185,3 +185,15 @@ NOTE: Breaking changes:
185
185
* PR #284: Avoiding calling bulkheadConfigSupplier needlessly
186
186
* Issue #245; PR #260: Fix CircuitBreakerSubscriber for Reactor doesn't count successes when using Mono/Flux.toFuture()
187
187
* 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
You can’t perform that action at this time.
0 commit comments