Releases: micrometer-metrics/tracing
Releases · micrometer-metrics/tracing
1.2.0
⭐ New Features
- Make SpanTagAnnotationHandler optional #374
- Move to io.opentelemetry.semconv:opentelemetry-semconv #343
- Deprecate for removal HTTP instrumentation abstractions #370
- Allow setting timestamp of an event on a span #334
- Add getDuration method to FinishedSpan #265
🔨 Dependency Upgrades
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 #424
- Bump mockito from 5.6.0 to 5.7.0 #422
- Bump com.wavefront:wavefront-sdk-java from 3.4.2 to 3.4.3 #419
- Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1 #418
- Bump context-propagation to 1.1.0 and micrometer to 1.12.0 #408
- Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv from 1.30.0-alpha to 1.31.0-alpha #405
- Bump com.wavefront:wavefront-sdk-java from 3.4.1 to 3.4.2 #404
- Bump io.projectreactor:reactor-bom from 2022.0.11 to 2022.0.12 #400
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.1.7
1.0.12
1.2.0-RC1
⭐ New Features
- Make SpanTagAnnotationHandler optional #374
- Move to io.opentelemetry.semconv:opentelemetry-semconv #343
- Deprecate for removal HTTP instrumentation abstractions #370
🐞 Bug Fixes
- ThreadLocals not cleared with
Hooks.enableAutomaticContextPropagation()
, same TraceId for every request #363 - Fixes bug in ObservationAwareSpanThreadLocalAccessor #356
- Apply wider exclusion for zipkin-reporter #362
🔨 Dependency Upgrades
- Upgrade to micrometer 1.12.0-RC1 #396
- Upgrade to context-propagation 1.1.0-RC1 #395
- Bump io.opentelemetry:opentelemetry-bom-alpha from 1.30.1-alpha to 1.31.0-alpha #391
- Bump mockito from 5.5.0 to 5.6.0 #390
- Bump io.opentelemetry:opentelemetry-bom from 1.30.1 to 1.31.0 #389
- Bump org.aspectj:aspectjweaver from 1.8.14 to 1.9.20.1 #368
- Bump ch.qos.logback:logback-classic from 1.2.12 to 1.4.11 #367
- Bump spring from 5.3.29 to 5.3.30 #366
1.1.6
🐞 Bug Fixes
- ThreadLocals not cleared with
Hooks.enableAutomaticContextPropagation()
, same TraceId for every request #363 - Fixes bug in ObservationAwareSpanThreadLocalAccessor #356
- Apply wider exclusion for zipkin-reporter #362
🔨 Dependency Upgrades
- Upgrade to micrometer 1.11.5 #394
- Bump spring from 5.3.29 to 5.3.30 #387
- Upgrade to context-propagation 1.0.6 #392
- Upgrade Gradle to 8.4 #388
- Bump io.projectreactor:reactor-bom from 2022.0.8 to 2022.0.11 #384
- Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.0 to 2.35.1 #382
- Bump testcontainers from 1.19.0 to 1.19.1 #376
- Bump actions/checkout from 4.0.0 to 4.1.0 #365
- Bump com.gradle.enterprise from 3.14.1 to 3.15 #360
1.0.11
🐞 Bug Fixes
- Apply wider exclusion for zipkin-reporter #362
🔨 Dependency Upgrades
- Upgrade to micrometer 1.10.12 #393
- Upgrade to context-propagation 1.0.6 #392
- Upgrade Gradle to 8.4 #388
- Bump io.projectreactor:reactor-bom from 2022.0.8 to 2022.0.11 #384
- Bump io.micrometer:micrometer-bom from 1.10.9 to 1.10.11 #383
- Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.0 to 2.35.1 #382
- Bump testcontainers from 1.19.0 to 1.19.1 #376
- Bump actions/checkout from 4.0.0 to 4.1.0 #365
- Bump com.gradle.enterprise from 3.14.1 to 3.15 #360
1.2.0-M3
1.30.1
for io.opentelemetry:*
artifacts and 1.29.0
version for io.opentelemetry.instrumentation:*
artifacts.
⭐ New Features / Enhancements
- Allow setting timestamp of an event on a span #334
🐞 Bug Fixes
- ObservationAwareSpanThreadLocalAccessor does not remove SpanAction #328
- Add ThreadLocalAccessor to propagate Baggage with Reactor #319
- Fix lost baggage if more than one #317
- micrometer-tracing-bridge-otel is not setting span name in extract() resulting Jaeger remote sampler perOperation to fail #259
🔨 Dependency Upgrades
- Use context-propagation 1.0.5 and micrometer 1.12.0-M3 #354
- Bump OTel to 1.29.0 #336
- Match OTel semconv version to the SDK version #340
- Upgrade to Micrometer SNAPSHOT versions #347
- Upgrade to Testcontainers 1.19.0 #346
- Upgrade to Mockito 5.5.0 #345
- Upgrade to JUnit 5.10.0 #344
- Bump actions/checkout from 3.6.0 to 4.0.0 #339
- Bump actions/checkout from 3.5.3 to 3.6.0 #338
📝 Tasks
- Generate lock files #353
- Upgrade to foojay-resolver-convention 0.7.0 #349
- Upgrade Gradle to 8.3.0 #348
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.1.5
🐞 Bug Fixes
- ObservationAwareSpanThreadLocalAccessor does not remove SpanAction #328
- Add ThreadLocalAccessor to propagate Baggage with Reactor #319
- Fix lost baggage if more than one #317
- micrometer-tracing-bridge-otel is not setting span name in extract() resulting Jaeger remote sampler perOperation to fail #259
🔨 Dependency Upgrades
- Use context-propagation 1.0.5 and micrometer 1.11.4 #352
- Match OTel semconv version to the SDK version #340
- Upgrade to Micrometer SNAPSHOT versions #347
- Upgrade to Testcontainers 1.19.0 #346
- Upgrade to Mockito 5.5.0 #345
- Upgrade to JUnit 5.10.0 #344
- Bump actions/checkout from 3.6.0 to 4.0.0 #339
- Bump actions/checkout from 3.5.3 to 3.6.0 #338
📝 Tasks
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.0.10
🐞 Bug Fixes
- ObservationAwareSpanThreadLocalAccessor does not remove SpanAction #328
- Add ThreadLocalAccessor to propagate Baggage with Reactor #319
- Fix lost baggage if more than one #317
- micrometer-tracing-bridge-otel is not setting span name in extract() resulting Jaeger remote sampler perOperation to fail #259
🔨 Dependency Upgrades
- Use context-propagation 1.0.5 and micrometer 1.10.11 #351
- Upgrade to Micrometer SNAPSHOT versions #347
- Upgrade to Testcontainers 1.19.0 #346
- Upgrade to Mockito 5.5.0 #345
- Upgrade to JUnit 5.10.0 #344
- Bump actions/checkout from 3.6.0 to 4.0.0 #339
- Bump actions/checkout from 3.5.3 to 3.6.0 #338
📝 Tasks
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.2.0-M2
🐞 Bug Fixes
- Use CurrentTraceContext for OTel's Tracer bridge #310
🔨 Dependency Upgrades
- Switch to context-propagation 1.0.5 #331
- Upgrade to JUnit 5.10 #329
- Upgrade to context-propagation 1.0.5 and Micrometer 1.11.3 #330
- Upgrade to Spring Framework 5.3.29 #327
- Upgrade to JMH 1.37 #326
- Upgrade to Brave Propagation AWS 0.23.5 #325
- Upgrade to context-propagation 1.0.5-SNAPSHOT #323
- Upgrade to Foojay Resolver Convention 0.6.0 #322
- Upgrade to Spring GE Conventions to 0.0.14 #321
- Bump com.gradle.enterprise from 3.14 to 3.14.1 #318
- Bump com.gradle.enterprise from 3.13.4 to 3.14 #315