Releases: mtakaki/dropwizard-circuitbreaker
Releases · mtakaki/dropwizard-circuitbreaker
Upgrading to Dropwizard 2.0.0
[maven-release-plugin] copy for tag 2.0.0
Upgrading to Dropwizard 1.3.8
[maven-release-plugin] copy for tag 1.3.8
Updating to dropwizard 1.1.0
- Updating to dropwizard 1.1.0
- Fixing issue that was throwing a NullPointerException when the request hit an non-existing endpoint.
Updating to dropwizard 1.0.5
Updating to dropwizard 1.0.5.
Support to dropwizard 1.0.0
Upgrading dropwizard to version 1.0.0.
0.0.6
- Adding support to custom thresholds, which can be specified in the configuration.
- Optimizing the Application event listener to use parallel streams, instead of
for
loops.
- Optimizing the request handling to only act whenever it's needed.
0.0.5
- General code clean up.
- Removing unnecessary
threshold
parameter on @CircuitBreaker
annotation, which is not currently implemented.
- Throwing
OperationException
, instead of generic Exception
, from the circuit breaker wrapped block.