Skip to content

Tags: pvillela/resilience4j

Tags

v0.13.2

Toggle v0.13.2's commit message
Release v0.13.2

v0.13.1

Toggle v0.13.1's commit message
Updated version to 0.14.0-SNAPSHOT

v0.13.0

Toggle v0.13.0's commit message
Renamed backend() method to name() in CircuitBreaker annotation

v0.12.1

Toggle v0.12.1's commit message
Prepare release v0.12.1

v0.12.0

Toggle v0.12.0's commit message
* Updated Vavr from 0.9.1 to 0.9.2

* Updated RxJava from 2.1.3 to 2.1.10
* Updated Vertx from 3.4.1 to 3.5.1
* Updated Dropwizard Metrics from 3.1.2 to 3.2.5
* Updated Spring Boot from 1.4.3.RELEASE to 1.5.5.RELEASE
* Updated Ratpack from 1.4.6 to 1.5.4
* Updated Prometheus from 0.0.21 to 0.3.0

v0.11.0

Toggle v0.11.0's commit message
Prepare release v0.11.0

v0.10.1

Toggle v0.10.1's commit message
Release v0.10.1

v0.10.0

Toggle v0.10.0's commit message
Updated version to 0.10.0

v0.9.0

Toggle v0.9.0's commit message
Issue resilience4j#135 CompletionStage support in RateLimiter (resili…

…ence4j#136)

* Issue resilience4j#135 CompletionStage support in RateLimiter

* Issue resilience4j#135 codacy issue fix

* Issue resilience4j#135 codacy issue fix

* Issue resilience4j#135 Decorators interface support

v0.8.2

Toggle v0.8.2's commit message
Issue resilience4j#49: Added execute methods to CircuitBreaker interf…

…ace and Decorators builder. This makes it easier to decorate and call a function at once.