File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -231,4 +231,15 @@ NOTE: Breaking changes:
231
231
* Issue #480: Fixed a bug in the decoration of a CompletionStage, if it's a Runnable which is executed async
232
232
* Issue #486: Added bulkhead configs to resilience4j-ratpack
233
233
* 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
+
You can’t perform that action at this time.
0 commit comments