Skip to content

Releases: mtakaki/dropwizard-circuitbreaker

Upgrading to Dropwizard 2.0.0

31 Dec 09:26
c140f86
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 2.0.0

Upgrading to Dropwizard 1.3.8

31 Dec 09:25
ab4cd61
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 1.3.8

Updating to dropwizard 1.1.0

22 Apr 05:03
Compare
Choose a tag to compare
  1. Updating to dropwizard 1.1.0
  2. Fixing issue that was throwing a NullPointerException when the request hit an non-existing endpoint.

Updating to dropwizard 1.0.5

16 Feb 06:49
Compare
Choose a tag to compare

Updating to dropwizard 1.0.5.

Support to dropwizard 1.0.0

21 Sep 07:32
Compare
Choose a tag to compare

Upgrading dropwizard to version 1.0.0.

0.0.6

24 Apr 04:37
Compare
Choose a tag to compare
  1. Adding support to custom thresholds, which can be specified in the configuration.
  2. Optimizing the Application event listener to use parallel streams, instead of for loops.
  3. Optimizing the request handling to only act whenever it's needed.

0.0.5

07 Apr 02:11
Compare
Choose a tag to compare
  1. General code clean up.
  2. Removing unnecessary threshold parameter on @CircuitBreaker annotation, which is not currently implemented.
  3. Throwing OperationException, instead of generic Exception, from the circuit breaker wrapped block.