Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: dropwizard/dropwizard-health

v1.7.3

22 Feb 22:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v1.7.3

v1.7.2

20 Apr 21:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

29 Jun 23:11
Compare
Choose a tag to compare

New release to trigger release building/publishing. Same code as v1.7.0

v1.7.0

29 Jun 22:25
Compare
Choose a tag to compare

Features

  • Added support to configure the initial state of individual checks to "unhealthy".
  • Added support to configure the initial overall health state of application to be "unhealthy".
  • Added support to configure an initial delay for a check's schedule that delays when the check will first be executed.

Deprecated

  • Marked methods used in support of multiple health check bundles as @Deprecated in preparation for upcoming changes.

1.6.0

31 Aug 17:56
Compare
Choose a tag to compare

Features

  • Allows for multiple health check bundles to be used in a single app, provided different names are passed to the HealthBundle

v1.5.0

05 Jan 21:45
Compare
Choose a tag to compare

Depenencies

  • Updates Dropwizard to 2.0.0
  • Updates Awaitility to 4.0.2

v1.4.0

07 Nov 02:36
Compare
Choose a tag to compare
  • Add support for customizing the servlet used to respond to health check requests (#23)
    • configurable Cache-Control header value
    • configurable Content-Type value and healthy/unhealthy response body values
  • Fixes potential threading issue (#25)

dropwizard-health-1.3.16-1

29 Oct 23:25
Compare
Choose a tag to compare

Enhancements:

  • Updates Dropwizard version to 1.3.16
  • Updates WireMock version to 2.25.1

Bugs:

  • Fixes a concurrency bug in HealthCheckScheduler (#21)