Skip to content

Releases: micrometer-metrics/tracing

1.1.9

09 Jan 11:33
1f10ed8
Compare
Choose a tag to compare

🐞 Bug Fixes

  • SimpleTraceContextBuilder is not overriding built TraceContext values #500
  • Manually created baggage fields do not propagate across threads using ObservationAwareSpanThreadLocalAccessor #412

🔨 Dependency Upgrades

  • Upgrade to Gradle Wrapper 8.5 #503
  • Bump io.projectreactor:reactor-bom from 2022.0.13 to 2022.0.14 #495
  • Upgrade to Micrometer 1.11.8 #515

❤️ Contributors

Thank you to all the contributors who worked on this release:

@izeye

1.2.1

11 Dec 13:43
v1.2.1
7774981
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Zero value wall times cause backend failures when spans are uploaded #488

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.12.0 to 1.12.1 #491
  • Bump org.aspectj:aspectjweaver from 1.9.20.1 to 1.9.21 #490
  • Bump com.netflix.nebula:nebula-release-plugin from 18.0.6 to 18.0.8 #482
  • Bump com.netflix.nebula:nebula-release-plugin from 18.0.6 to 18.0.7 #480
  • Bump com.netflix.nebula:nebula-release-plugin from 18.0.4 to 18.0.6 #476
  • Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14 #464
  • Bump testcontainers from 1.19.2 to 1.19.3 #453
  • Bump spring from 5.3.30 to 5.3.31 #448
  • Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.39 to 0.0.40 #447
  • Bump io.spring.javaformat:spring-javaformat-gradle-plugin from 0.0.39 to 0.0.40 #446
  • Bump io.projectreactor:reactor-bom from 2022.0.12 to 2022.0.13 #432
  • Bump testcontainers from 1.19.1 to 1.19.2 #431

📝 Tasks

❤️ Contributors

Thank you to all the contributors who worked on this release:

@chemicL and @ttddyy

1.1.8

11 Dec 13:33
v1.1.8
e67a0d1
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.11.6 to 1.11.7 #489
  • Bump com.netflix.nebula:nebula-release-plugin from 18.0.7 to 18.0.8 #485
  • Bump com.netflix.nebula:nebula-release-plugin from 18.0.6 to 18.0.7 #481
  • Bump com.netflix.nebula:nebula-release-plugin from 18.0.6 to 18.0.7 #478
  • Bump com.netflix.nebula:nebula-release-plugin from 18.0.4 to 18.0.6 #473
  • Bump ch.qos.logback:logback-classic from 1.2.12 to 1.2.13 #469
  • Bump testcontainers from 1.19.2 to 1.19.3 #454
  • Bump io.spring.javaformat:spring-javaformat-gradle-plugin from 0.0.39 to 0.0.40 #444
  • Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.39 to 0.0.40 #443
  • Bump spring from 5.3.30 to 5.3.31 #442
  • Bump io.projectreactor:reactor-bom from 2022.0.12 to 2022.0.13 #434
  • Bump testcontainers from 1.19.1 to 1.19.2 #433

📝 Tasks

❤️ Contributors

Thank you to all the contributors who worked on this release:

@chemicL

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