2.8.0
Major changes
- OpenTelemetry instrumentation: Adding the
quarkus-opentelemetry
extension will automatically inject an interceptor with default AwsSdkTelemetry configuration in all produced extension clients that have opted into instrumentation. This is achieved by setting the configuration propertyquarkus.<extension>.telemetry.enabled
to true. This setting is set tofalse
by default.
What's Changed
- feat: add opentelemetry instrumentation by @scrocquesel in #1051
- build(deps): bump software.amazon.awssdk:bom from 2.22.1 to 2.22.4 by @dependabot in #1050
- build(deps): bump quarkus.version from 3.6.3 to 3.6.4 by @dependabot in #1047
- chore: release 2.8.0 by @scrocquesel in #1052
Full Changelog: 2.7.3...2.8.0