Skip to content

Releases: micrometer-metrics/tracing

1.1.1

12 May 19:59
v1.1.1
4172044
Compare
Choose a tag to compare

This release fixes 1.1.0 mistakenly depending on the non-GA version 1.11.0-RC1 of the micrometer-bom.

🐞 Bug Fixes

  • Dependency on micrometer-bom RC1 version in GA release #255

1.0.6

12 May 19:44
v1.0.6
Compare
Choose a tag to compare

This release fixes 1.0.5 mistakenly depending on a previous version of the micrometer-bom (1.10.7 instead of 1.10.6).

🔨 Dependency Upgrades

  • Upgrade to micrometer-bom 1.10.7 #256

1.1.0

09 May 09:42
e1f608c
Compare
Choose a tag to compare

Known issue: This release mistakenly depends on the non-GA version 1.11.0-RC1 of the micrometer-bom. This will be addressed in a forthcoming patch release. You should use that version instead. See #255.

⭐ New Features / Enhancements

  • Add ObservationAwareSpanThreadLocalAccessor constructor taking ObservationRegistry #240
  • Adds support for tags with typed values #239
  • Support numeric attributes value for tracing attributes #234
  • otel-bridge: add trace_flags to MDC #229
  • TracingObservationHandler doesn't include manually created spans #244
  • BaggageManager#getBaggage() is inconsistent when baggage doesn't exist #237
  • Aligning with annotations changes in Micrometer #218
  • Links API proposal #204
  • Feature parity with sleuth's annotations #163
  • Slf4JEventListener support custom key #160
  • Support custom MDC key with otel.bridge.Slf4JEventListener #158
  • No-op implementations for Propagator, Setter, and Getter #118

📔 Documentation

  • JavaDoc : Propagator references Open Telemetry classes which is not part of Micrometer #230

🐞 Bug Fixes

  • Different behaviour, hard to control between implementations #184
  • Reconsider the Baggage API #181

🔨 Dependency Upgrades

  • Remove opentelemetry-extension-aws #245
  • Upgrade OTel to 1.25 #231
  • Upgrade to Reactor 3.5.5 #251
  • Upgrade to Testcontainers 1.18.0 #250
  • Upgrade to JUnit 5.9.3 #249
  • Upgrade to Logback 1.2.12 #248
  • Upgrade Gradle to 8.1.1 #246

❤️ Contributors

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

@acktsap, @ShenFeng312, and @ttddyy

1.0.5

09 May 09:35
6c300e7
Compare
Choose a tag to compare

Known issue: This release mistakenly depends on a previous version of the micrometer-bom but it should have depend on the current one: 1.10.7 instead of 1.10.6. This will be addressed in a forthcoming patch release. You should use that version instead. See #256.

🐞 Bug Fixes

  • TracingObservationHandler doesn't include manually created spans #244
  • BaggageManager#getBaggage() is inconsistent when baggage doesn't exist #237

📔 Documentation

  • JavaDoc : Propagator references Open Telemetry classes which is not part of Micrometer #230

🔨 Dependency Upgrades

  • Upgrade to Reactor 3.5.5 #251
  • Upgrade to Testcontainers 1.18.0 #250
  • Upgrade to JUnit 5.9.3 #249
  • Upgrade to Logback 1.2.12 #248
  • Upgrade Gradle to 8.1.1 #246

1.1.0-RC1

11 Apr 05:21
4f14a45
Compare
Choose a tag to compare
1.1.0-RC1 Pre-release
Pre-release

This is a preview release of the upcoming 1.1.0 GA release. This pre-release is meant for testing purposes and to receive early feedback.

⭐ New Features

  • Aligning with annotations changes in Micrometer #218
  • Links API proposal #204

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.11.0-RC1 #226

1.0.4

10 Apr 13:39
2f9138e
Compare
Choose a tag to compare

⭐ New Features

  • Allow propagating spans via ThreadLocalAccessors #206

🐞 Bug Fixes

  • Avoid calling exporter if no traces to send #224
  • Fixed the logic for scope clearing #223
  • CompositeSpanExporter should not call spanExporter if there are no spans to send #221
  • Stackoverflow with reverting scope #220
  • Not creating scopes when resetting scope on trace handler #213
  • TracingAwareMeterObservationHandler's delegate is unable to fetch the current Span #207

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.6 #225

❤️ Contributors

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

@corecanarias

1.1.0-M2

14 Mar 05:30
866c8d2
Compare
Choose a tag to compare
1.1.0-M2 Pre-release
Pre-release

⭐ New Features

  • Feature parity with sleuth's annotations #163

🐞 Bug Fixes

  • Different behaviour, hard to control between implementations #184
  • Reconsider the Baggage API #181

🔨 Dependency Upgrades

  • Upgrade to micrometer-bom 1.11.0-M2 #202
  • Upgrade OTel to 1.24.0 #186
  • Upgrade to OTel 1.23.+ #173

1.0.3

14 Mar 04:07
98657ad
Compare
Choose a tag to compare

🐞 Bug Fixes

  • NullPointerException on closing scope #179
  • Fix NPE from SimpleTracer#createBaggage #176
  • IllegalStateException "Trying to close scope for span" #171

🔨 Dependency Upgrades

  • Upgrade to micrometer-bom 1.10.5 #201
  • Upgrade spring-javaformat to 0.0.38 #195
  • Upgrade Gradle to 8.0.2 #192
  • Upgrade Nexus publish-plugin to 1.3.0 #191
  • Upgrade nebula-project-plugin to 10.1.2 #190
  • Upgrade nebula-publishing-plugin to 20.1.0 #189
  • Upgrade nohttp-gradle to 0.0.11 #188
  • Bump com.gradle.enterprise from 3.12.3 to 3.12.4 #180

❤️ Contributors

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

@ttddyy

1.1.0-M1

14 Feb 12:26
Compare
Choose a tag to compare
1.1.0-M1 Pre-release
Pre-release

⭐ New Features

  • Slf4JEventListener support custom key #160
  • Support custom MDC key with otel.bridge.Slf4JEventListener #158
  • No-op implementations for Propagator, Setter, and Getter #118

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

1.0.2

14 Feb 12:18
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Adding onScopeReset method to TracingObservationHandler #152
  • Tracing handler is not setting on the Observation context a previous scope #150
  • Error using micrometer-tracing-bridge-brave and a baggage field #157

🔨 Dependency Upgrades

  • Upgrade Wavefront SDK to 3.0.4 #167
  • Upgrade context-propagation to 1.0.2 and micrometer-bom 1.10.4 for 1.0.2 #166
  • Upgrade JUnit to 5.9.2 and AssertJ to 3.24.2 #165
  • Bump com.gradle.enterprise from 3.12.2 to 3.12.3 #151