Skip to content

Releases: micrometer-metrics/tracing

1.2.0

13 Nov 11:41
4b757a6
Compare
Choose a tag to compare

⭐ 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:

@quaff

1.1.7

13 Nov 11:33
ede72f7
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Bump org.junit:junit-bom from 5.10.0 to 5.10.1 #425
  • Bump context-propagation to 1.0.6 and micrometer to 1.11.6 #407
  • Bump io.projectreactor:reactor-bom from 2022.0.11 to 2022.0.12 #401

1.0.12

13 Nov 11:25
fcab350
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Bump org.junit:junit-bom from 5.10.0 to 5.10.1 #423
  • Bump context-propagation to 1.0.6 and micrometer to 1.10.13 #406
  • Bump io.projectreactor:reactor-bom from 2022.0.11 to 2022.0.12 #402

1.2.0-RC1

10 Oct 13:27
5fa8014
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release

⭐ 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

10 Oct 07:26
0160ffc
Compare
Choose a tag to compare

🐞 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

10 Oct 07:15
4068050
Compare
Choose a tag to compare

🐞 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

11 Sep 21:42
v1.2.0-M3
592808d
Compare
Choose a tag to compare
1.2.0-M3 Pre-release
Pre-release

⚠️ When this version was released, a newer version of some OpenTelemetry artifacts were already available but not everything. This caused that this release depends on version 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:

@sofiaguyang

1.1.5

11 Sep 21:40
v1.1.5
3c34c8d
Compare
Choose a tag to compare

🐞 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

  • 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:

@sofiaguyang

1.0.10

11 Sep 21:38
v1.0.10
2459756
Compare
Choose a tag to compare

🐞 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

  • 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:

@sofiaguyang

1.2.0-M2

15 Aug 06:19
75cb01a
Compare
Choose a tag to compare
1.2.0-M2 Pre-release
Pre-release

🐞 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

📝 Tasks

  • Upgrade Gradle to 8.2.1 #313
  • Fix breaking changes in opentelemetry-java-instrumentation 1.28.0 #314