Skip to content

Releases: eclipse/microprofile-health

4.0.1

10 Oct 14:00
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html

This is the 4.0.1 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>4.0.1</version>
</dependency>

Changes in 4.0.1

The following changes occurred in the 4.0.1 release, compared to 4.0. A full list of changes may be found on the MicroProfile Health 4.0.1 milestone.

MicroProfile Health 4.0

18 Nov 10:10
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html

This is the 4.0 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>4.0</version>
</dependency>

Changes in 4.0

The following changes occurred in the 4.0 release, compared to 3.1. A full list of changes may be found on the MicroProfile Health 4.0 milestone.

4.0-RC3

28 Sep 15:45
Compare
Choose a tag to compare
4.0-RC3 Pre-release
Pre-release

Javadocs | Spec PDF | Spec html
This is the 4.0-RC3release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>4.0-RC3</version>
</dependency>

Changes in 4.0-RC3

The following changes occurred in the 4.0-RC3 release, compared to 3.1. A full list of changes may be found on the MicroProfile Health 4.0 milestone.

MicroProfile Health 4.0-RC1

01 Sep 09:21
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 4.0-RC1 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>4.0-RC1</version>
</dependency>

Changes in 4.0-RC1

The following changes occurred in the 4.0-RC1 release, compared to 3.1. A full list of changes may be found on the MicroProfile Health 4.0 milestone.

MicroProfile Health 3.1

25 Jun 13:16
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html
This is the 3.1 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>3.1</version>
</dependency>

Changes in 3.1

The following changes occurred in the 3.1 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1 milestone.

Incompatible Changes

  • None

API/SPI Changes

  • Added @Startup qualifier for the Kubernetes startup probes health check procedures (#274)
  • Introduction of /health/started endpoint that must call all the startup procedures

Functional Changes

  • Specify the behavior of the startup health checks (#274)
  • Specify the mp.health.default.startup.empty.response config property (#274)

Other Changes

  • Integrated MicroProfile Parent POM (#282)
  • Clarified mp.health.default.readiness.empty.response usage (#283)

MicroProfile Health 3.1-RC3

25 Jun 13:06
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 3.1-RC3 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>3.1-RC3</version>
</dependency>

Changes in 3.1-RC3

The following changes occurred in the 3.1-RC3 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1 milestone.

MicroProfile Health 3.1-RC2

25 Jun 13:05
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 3.1-RC2 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>3.1-RC2</version>
</dependency>

Changes in 3.1-RC2

The following changes occurred in the 3.1-RC2 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1 milestone.

MicroProfile Health 3.1-RC1

13 May 15:34
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 3.1-RC1 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>3.1-RC1</version>
</dependency>

Changes in 3.1-RC1

The following changes occurred in the 3.1-RC1 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1-RC1 milestone.

MicroProfile Health 3.0

17 Dec 18:14
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html
This is the 3.0 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>3.0</version>
</dependency>

Changes in 3.0

The following changes occurred in the 3.0 release, compared to 2.2. A full list of changes may be found on the MicroProfile Health 3.0 milestone.

Incompatible changes

  • Pruning @health qualifier (#252)
  • Fix HealthCheckResponse deserialization issue (#243)

Other changes

  • Add configuration value for default readiness status (#244)
  • Update dependencies scope and version to align on latest Jakarta EE 8 version (#214)

MicroProfile Health 3.0-RC6

17 Dec 18:13
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 3.0-RC6 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>3.0-RC6</version>
</dependency>

Changes in 3.0

The following changes occurred in the 3.0 release, compared to 2.2. A full list of changes may be found on the MicroProfile Health 3.0 milestone.

Incompatible changes

  • Pruning @health qualifier (#252)
  • Fix HealthCheckResponse deserialization issue (#243)

Other changes

  • Add configuration value for default readiness status (#244)
  • Update dependencies scope and version to align on latest Jakarta EE 8 version (#214)