Releases: quarkiverse/quarkus-micrometer-registry
3.2.4
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://github.com/quarkiverse/quarkus-micrometer-registry/pull/323/files
What's Changed
- Quarkus 3.2.1 Google + Mandrel workaround by @ebullient in #323
- quarkus 3.2.4.Final by @ebullient in #322
Full Changelog: 3.2.1...3.2.4
3.2.1
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://github.com/quarkiverse/quarkus-micrometer-registry/pull/323/files
What's Changed
- Adjust doc title by @gastaldi in #308
- Bump quarkus.version from 3.1.2.Final to 3.2.1.Final by @dependabot in #309
- Bump io.quarkiverse.googlecloudservices:quarkus-google-cloud-services-bom from 2.1.0 to 2.3.0 by @dependabot in #317
- Update project.yml by @ebullient in #321
Full Changelog: 3.1.2...3.2.1
3.1.2
What's Changed
- Bump quarkus-google-cloud-services-bom from 2.0.0 to 2.1.0 by @dependabot in #282
- Bump asciidoctor-maven-plugin from 2.2.3 to 2.2.4 by @dependabot in #281
- Bump quarkiverse-parent from 13 to 14 by @dependabot in #287
- Bump asciidoctorj from 2.5.8 to 2.5.9 by @dependabot in #290
- Bump asciidoctorj from 2.5.9 to 2.5.10 by @dependabot in #295
- Bump quarkiverse-parent from 14 to 15 by @dependabot in #299
- Bump quarkus.version from 3.1.0.Final to 3.1.1.Final by @dependabot in #297
- Bump quarkus.version from 3.1.1.Final to 3.1.2.Final by @dependabot in #301
- 3.1.2 by @ebullient in #304
Full Changelog: 3.0.2...3.1.2
Release 3.0.2
What's Changed
- Bump quarkus.version from 3.0.1.Final to 3.0.2.Final by @dependabot in #274
- Bump quarkus.version from 3.0.2.Final to 3.0.3.Final by @dependabot in #277
- Bump quarkus.version from 3.0.3.Final to 3.1.0.Final by @dependabot in #279
- Fix runtime class lookup; clean up pom.xml by @ebullient in #278
- release 3.0.2 by @ebullient in #280
Full Changelog: 3.0.1...3.0.2
Quarkus 3 (3.0.1)
What's Changed
- Bump quarkiverse-parent from 12 to 13 by @dependabot in #267
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #269
- Bump quarkus.version from 3.0.0.CR2 to 3.0.1.Final by @dependabot in #272
- Bump quarkus-google-cloud-services-bom from 1.4.0 to 2.0.0 by @dependabot in #255
- Bump asciidoctorj from 2.5.7 to 2.5.8 by @dependabot in #258
- Quarkus 3 Final: clean up deprecations and warnings by @ebullient in #273
Full Changelog: 3.0.0...3.0.1
Quarkus 2.11.0+
Tagged release for 2.10.x releases of Quarkus.
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 ++
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
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)
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!).