Skip to content

Releases: micrometer-metrics/tracing

1.4.0-M3

09 Sep 20:45
v1.4.0-M3
8c623c7
Compare
Choose a tag to compare
1.4.0-M3 Pre-release
Pre-release

⚠️ Noteworthy

  • OTel dependency convergence issue #819

🐞 Bug Fixes

  • OTel dependency convergence issue #819

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom to 1.14.0-M3 #837
  • Upgrade OTel instrumentation BOM to 2.7.0-alpha #828

📝 Tasks

  • Bump mockito from 5.12.0 to 5.13.0 #827
  • Bump io.spring.develocity.conventions from 0.0.19 to 0.0.20 #820
  • Bump com.gradle.develocity from 3.17.6 to 3.18 #818
  • Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 #816
  • Bump org.junit:junit-bom from 5.10.3 to 5.11.0 #813
  • Bump spring from 5.3.37 to 5.3.39 #812
  • Bump io.projectreactor:reactor-bom from 2022.0.21 to 2022.0.22 #807
  • Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.42 to 0.0.43 #806
  • Bump io.spring.javaformat:spring-javaformat-gradle-plugin from 0.0.42 to 0.0.43 #804
  • Use TestObservationRegistry in context propagation tests #810

❤️ Contributors

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

@chemicL

1.3.4

09 Sep 20:38
v1.3.4
89baf48
Compare
Choose a tag to compare

Because of issues with OTel dependencies, this release effectively downgrades

  • io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv from 1.33.5-alpha to 1.33.3-alpha
  • io.opentelemetry:opentelemetry-api from 1.40.0 to 1.38.0

This is because we usually don't upgrade minor versions in patch releases but since OTel does, we unintentionally upgraded io.opentelemetry:opentelemetry-api from 1.38.0 to 1.40.0 (minor version bump) in earlier patch releases since we upgraded io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv from 1.33.3-alpha to 1.33.5-alpha (patch version bump). A minor version bump in a patch release can be unexpected so this release restores the same minor versions of OTel that 1.3.0 used, see: #819.

⚠️ Noteworthy

  • OTel dependency convergence issue #819

🐞 Bug Fixes

  • OTel dependency convergence issue #819

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.13.3 to 1.13.4 #835

📝 Tasks

  • Bump io.spring.develocity.conventions from 0.0.19 to 0.0.20 #822
  • Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 #815
  • Bump spring from 5.3.37 to 5.3.39 #814
  • Bump io.projectreactor:reactor-bom from 2022.0.21 to 2022.0.22 #800
  • Bump io.spring.javaformat:spring-javaformat-gradle-plugin from 0.0.42 to 0.0.43 #799
  • Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.42 to 0.0.43 #798
  • Use TestObservationRegistry in context propagation tests #810

❤️ Contributors

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

@chemicL

1.2.10

09 Sep 20:21
v1.2.10
956c91e
Compare
Choose a tag to compare

Because of dependency issues in OTel, you might get conflicting versions of io.opentelemetry:opentelemetry-api that your build tool should be able to deal with and resolve the higher version but here are the details in case you want to double-check it:
Micrometer depends on io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.31.0-alpha which brings in io.opentelemetry:opentelemetry-api:1.31.0 (through io.opentelemetry:opentelemetry-bom:1.31.0) and io.opentelemetry.semconv:opentelemetry-semconv:1.21.0-alpha. But io.opentelemetry.semconv:opentelemetry-semconv:1.21.0-alpha brings in io.opentelemetry:opentelemetry-api:1.29.0.

So in OTel's dependency tree both 1.29.0 and 1.31.0 of io.opentelemetry:opentelemetry-api are present, see: #819.

⚠️ Noteworthy

  • OTel dependency convergence issue #819

🐞 Bug Fixes

  • OTel dependency convergence issue #819

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.12.9 to 1.12.10 #836

📝 Tasks

  • Bump io.spring.develocity.conventions from 0.0.19 to 0.0.20 #821
  • Bump spring from 5.3.37 to 5.3.39 #811
  • Use TestObservationRegistry in context propagation tests #810
  • Bump io.spring.javaformat:spring-javaformat-gradle-plugin from 0.0.42 to 0.0.43 #803
  • Bump io.projectreactor:reactor-bom from 2022.0.21 to 2022.0.22 #802
  • Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.42 to 0.0.43 #801

❤️ Contributors

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

@chemicL

1.4.0-M2

13 Aug 08:19
f82941a
Compare
Choose a tag to compare
1.4.0-M2 Pre-release
Pre-release

This is a pre-release milestone for early testing purposes. See https://github.com/micrometer-metrics/tracing?tab=readme-ov-file#milestone-releases

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.0-M2 #797
  • Bump io.opentelemetry:opentelemetry-bom from 1.39.0 to 1.41.0 #794
  • Bump io.opentelemetry:opentelemetry-bom-alpha from 1.39.0-alpha to 1.41.0-alpha #793
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv from 1.33.4-alpha to 1.33.5-alpha #784

1.3.3

12 Aug 22:34
v1.3.3
daac38d
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Bump com.gradle.develocity from 3.17.5 to 3.17.6 #779
  • Bump io.micrometer:micrometer-bom from 1.13.2 to 1.13.3 #796
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv from 1.33.4-alpha to 1.33.5-alpha #783
  • Bump io.projectreactor:reactor-bom from 2022.0.20 to 2022.0.21 #774
  • Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 #791

📝 Tasks

  • Migrate to io.spring.develocity.conventions:0.0.19 #782

1.2.9

12 Aug 22:30
v1.2.9
35dee9f
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Bump com.gradle.develocity from 3.17.5 to 3.17.6 #781
  • Bump io.micrometer:micrometer-bom from 1.12.8 to 1.12.9 #795
  • Bump io.projectreactor:reactor-bom from 2022.0.20 to 2022.0.21 #775
  • Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 #790

📝 Tasks

  • Migrate to io.spring.develocity.conventions:0.0.19 #782

1.4.0-M1

09 Jul 09:08
6da4907
Compare
Choose a tag to compare
1.4.0-M1 Pre-release
Pre-release

This is a milestone pre-release version intended for early testing ahead of the future 1.4.0 GA release. It is available from the milestone repository.

⭐ New Features

  • Add @Nullable annotations #744
  • Propagating values from Observation.Context to Trace's Baggage #455

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.0-M1 #771
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconvto 1.33.4-alpha #757
  • Bump io.opentelemetry:opentelemetry-bom-alpha from 1.38.0-alpha to 1.39.0-alpha #734
  • Bump io.opentelemetry:opentelemetry-bom from 1.38.0 to 1.39.0 #733
  • Bump io.zipkin.aws:brave-propagation-aws from 1.2.4 to 1.2.5 #728

❤️ Contributors

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

@m15o

1.3.2

09 Jul 03:45
a7eb043
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.13.2 #770
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv from 1.33.3-alpha to 1.33.4-alpha #758

1.2.8

08 Jul 09:30
106b7c1
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.8 #766

1.3.1

10 Jun 22:14
v1.3.1
6dea9a1
Compare
Choose a tag to compare

🐞 Bug Fixes

  • OtelTracer does not set parent context when explicitly specified #698
  • The value of parentId depends on sampling #687

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.13.0 to 1.13.1 #743
  • Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.41 to 0.0.42 #738
  • Bump io.spring.javaformat:spring-javaformat-gradle-plugin from 0.0.41 to 0.0.42 #736
  • Bump io.zipkin.aws:brave-propagation-aws from 1.2.4 to 1.2.5 #730
  • Bump spring from 5.3.35 to 5.3.36 #727
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv from 1.33.2-alpha to 1.33.3-alpha #724
  • Bump com.gradle.develocity from 3.17.3 to 3.17.4 #718
  • Bump io.projectreactor:reactor-bom from 2022.0.18 to 2022.0.19 #711
  • Bump org.aspectj:aspectjweaver from 1.9.22 to 1.9.22.1 #708

📝 Tasks

  • Add 1.3.x and remove 1.1.x from dependabot config #707