Skip to content

Releases: quarkiverse/quarkus-micrometer-registry

3.2.4

17 Aug 13:45
Compare
Choose a tag to compare

Note: If you're using stackdriver, you may see native compilation errors similar to:

apache/camel-quarkus#5006 (comment)

In this case, you need to add the following workaround:

apache/camel-quarkus#5006 (comment)

Example here:

https:/quarkiverse/quarkus-micrometer-registry/pull/323/files

What's Changed

Full Changelog: 3.2.1...3.2.4

3.2.1

17 Aug 03:08
Compare
Choose a tag to compare

Note: If you're using stackdriver, you may see native compilation errors similar to:

apache/camel-quarkus#5006 (comment)

In this case, you need to add the following workaround:

apache/camel-quarkus#5006 (comment)

Example here:

https:/quarkiverse/quarkus-micrometer-registry/pull/323/files

What's Changed

Full Changelog: 3.1.2...3.2.1

3.1.2

30 Jun 02:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.1.2

Release 3.0.2

25 May 15:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

Quarkus 3 (3.0.1)

28 Apr 11:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

Quarkus 2.11.0+

25 Jul 19:37
Compare
Choose a tag to compare

Combination of Quarkus 2.11.0 and grpc updates in micrometer's stackdriver library:

  • Bump quarkus-google-cloud-services-bom from 1.1.1 to 1.2.0 (#188)
  • Bump quarkus.version from 2.10.2.Final to 2.11.0.Final (#190)

Tagged release for 2.10.x releases of Quarkus.

25 Jul 16:45
Compare
Choose a tag to compare

Earlier quarkiverse-micrometer-registry releases will not work with Quarkus 2.10.0.Final or later.

As of this release, we also have support for the Micrometer OTLP registry.

Release for 2.3.0.Final ++

07 Oct 23:07
Compare
Choose a tag to compare

Tagged release for 2.3.x releases of Quarkus.

The previous release (2.2.3) will also work with Quarkus 2.3.0.Final or later.
Earlier quarkiverse-micrometer-registry releases will not work with Quarkus 2.3.0.Final or later.

2.2.3 Release

07 Oct 21:31
Compare
Choose a tag to compare

This release changes how default MeterRegistry instances are created. Instead of using @UnlessBuildProperty at runtime, it checks the same property at build time, and selectively adds an additional provider bean.

This release (2.2.3) should work with earlier releases of Quarkus.
The previous release (2.2.2) will not work with Quarkus 2.3.0.Final or later.

2.2.2 Release (associated with 2.2.2.Final)

13 Sep 17:44
Compare
Choose a tag to compare

This release includes:

  • Adding InfluxDB Registry with EXPERIMENTAL native support for InfluxDB
  • Bump quarkus.version to 2.2.2.Final
  • Bump asciidoctorj from 2.5.1 to 2.5.2
  • Bump quarkus-google-cloud-common-grpc from 0.9.0 to 0.10.0
  • Bump asciidoctor-maven-plugin from 2.2.0 to 2.2.1

This release should be usable with 2.1.x and 2.2.x versions of Quarkus.

Note: Breaking changes are coming in Quarkus 2.3.x. The vertx extensions are being refactored, and that bumps some things in this extension (mostly related to tests!).