Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Releases: zapodot/hystrix-dropwizard-bundle

1.0.2

18 Apr 07:26
850f644
Compare
Choose a tag to compare

Update DropWizard to v. 1.3.1

1.0.1

18 Apr 07:26
2d9793b
Compare
Choose a tag to compare

Tested for DropWizard 1.3.0

1.0

22 Jan 10:35
8e447d0
Compare
Choose a tag to compare
1.0

The very first final release of the bundle. Now available from Maven central.

All major dependencies have been updated to the latest release version

0.9.2

22 Aug 16:46
Compare
Choose a tag to compare
  • PR #5 from @rajuGT adding better typing to the lambda interface MetricsPublishPredicate

0.9.1

17 Aug 08:15
Compare
Choose a tag to compare

Added the configuration object as input to the MetricsPublishPredicate:

bootstrap.addBundle(HystrixBundle.builder()
                                  .withMetricsPublisherPredicate((conf) -> conf.getSomeConfigurationProperty())
                                  .build());

0.9

15 Aug 18:03
Compare
Choose a tag to compare
0.9

Replaced the canPublishHystrixMetrics on the HystrixBundle class with an ability to drop a lamda to the withMetricsPublisherPredicate method on the builder

bootstrap.addBundle(HystrixBundle.builder()
                                  .withMetricsPublisherPredicate(() -> true)
                                  .build());

0.8

10 Aug 17:30
Compare
Choose a tag to compare
0.8
  • #3 contributed by @rajuGT
  • updated DropWizard to v. 1.1.3

0.7

15 Jun 18:10
Compare
Choose a tag to compare
0.7

Updated the following deps:

  • DropWizard 1.1.1
  • Hystrix 1.5.12

0.6

27 Mar 20:34
Compare
Choose a tag to compare
0.6

Update deps:

  • Dropwizard 1.1.0
  • Hystrix 1.5.10
  • SLF4J 1.7.25
  • Guava 21.0

0.4

01 Jan 10:09
Compare
Choose a tag to compare
0.4

Update baseline DW support to 0.9.1. No functional changes