File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ NOTE: Breaking changes:
226
226
== Version 0.16.0
227
227
* Issue #325: Added instance methods to decorate functions with a CircuitBreaker
228
228
* Issue #431: Don't prevent using other call adapters in CircuitBreakerCallAdapter
229
+ * Issue #458: Fixed a bug where the reactor context was not available when using circuit breaker
229
230
* Issue #469: Fixed a bug that registerHealthIndicator defined in a default config is not inherited
230
231
* Issue #480: Fixed a bug in the decoration of a CompletionStage, if it's a Runnable which is executed async
231
232
* Issue #486: Added bulkhead configs to resilience4j-ratpack
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects {
17
17
apply plugin : ' me.champeau.gradle.jmh'
18
18
apply plugin : ' com.jfrog.artifactory'
19
19
20
- version = ' 0.16.0 '
20
+ version = ' 0.17.0-SNAPSHOT '
21
21
group = ' io.github.resilience4j'
22
22
description = ' Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming'
23
23
You can’t perform that action at this time.
0 commit comments