Skip to content

Commit 8e0108c

Browse files
committed
Updated RELEASENOTES
1 parent eae61bd commit 8e0108c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

RELEASENOTES.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,15 @@ NOTE: Breaking changes:
231231
* Issue #480: Fixed a bug in the decoration of a CompletionStage, if it's a Runnable which is executed async
232232
* Issue #486: Added bulkhead configs to resilience4j-ratpack
233233
* Issue #489: Set the proper order of spring aspects to make thread pool spring aspect work properly
234-
* PR #478: Added a find() method to all registries
234+
* PR #478: Added a find() method to all registries
235+
236+
== Version 0.17.0
237+
* Removed all deprecated methods in preparation for v1.0.0
238+
* Issue #500: Fiex bug where default external configs in Ratpack apps are not honored
239+
* Issue #506: Fixed bug where resilience4j-ratpack fails to run when Dropwizard metrics in not on classpath
240+
* Issue #515: Added Aspect ordering feature in resilience4j-spring again
241+
* Issue #518: Added support for Vavr Try and Either return types
242+
* Issue #538: Removed minimum waitDuration constraint for retry
243+
* Issue #544: Fixed bug where CircuitBreaker gets stuck in HALF_OPEN when the last test request throws an ignored exception
244+
* Issue #530: Improved RxJava2OnClasspathCondition and ReactorOnClasspathCondition
245+

0 commit comments

Comments
 (0)