Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps io.opentelemetry:opentelemetry-bom from 1.58.0 to 1.59.0.

Release notes

Sourced from io.opentelemetry:opentelemetry-bom's releases.

Version 1.59.0

API

  • Stabilize complex attributes (#7973)
  • Limit init valid hex array to range that can be true (#7809)

Extensions

  • Trace propagators: Deprecate OtTracePropagator (#8020)
  • Trace propagators: Deprecate JaegerPropagator (#8019)

SDK

  • Move io.opentelemetry.sdk.internal to io.opentelemetry.sdk.common.internal (#8003)
  • Always return ExtendedOpenTelemetry when incubator is available (#7991)

Traces

  • Fix memory leak in SdkSpan#spanEndingThread (#7984)

Metrics

  • Rework and publish metric benchmarks (#8000)
  • Update LongLastValueAggregator algo to avoid allocations (#8017)

Testing

  • Fix OTel JUnit5 Extension cleanup when using Nested test classes (#7999)
  • Add assertion support for Span hasException(null) (#8033)

Exporters

  • DEPRECATION: opentelemetry-exporter-zipkin is now deprecated with the last release planned for 1.65.0 (August 2026) (#7974)
  • Refactor http, grpc senders and promote to public API (#7782)

Extensions

  • Jaeger remote sampler: Remove unused code (#7970)
  • Incubator: Add AlwaysRecordSampler (#7877)

Project tooling

  • Align generate release contributors (#8023)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​austince @​baolongnt

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom's changelog.

Version 1.59.0 (2026-02-06)

API

  • Stabilize complex attributes (#7973)
  • Limit init valid hex array to range that can be true (#7809)

Extensions

  • Trace propagators: Deprecate OtTracePropagator (#8020)
  • Trace propagators: Deprecate JaegerPropagator (#8019)

SDK

  • Move io.opentelemetry.sdk.internal to io.opentelemetry.sdk.common.internal (#8003)
  • Always return ExtendedOpenTelemetry when incubator is available (#7991)

Traces

  • Fix memory leak in SdkSpan#spanEndingThread (#7984)

Metrics

  • Rework and publish metric benchmarks (#8000)
  • Update LongLastValueAggregator algo to avoid allocations (#8017)

Testing

  • Fix OTel JUnit5 Extension cleanup when using Nested test classes (#7999)
  • Add assertion support for Span hasException(null) (#8033)

Exporters

  • DEPRECATION: opentelemetry-exporter-zipkin is now deprecated with the last release planned for 1.65.0 (August 2026) (#7974)
  • Refactor http, grpc senders and promote to public API (#7782)

... (truncated)

Commits
  • d01a599 [release/v1.59.x] Prepare release 1.59.0 (#8055)
  • c2d6229 Prepare for 1.59.0 release (#8052)
  • 4335cf2 Stabilize complex attributes (#7973)
  • 3f5411d fix(deps): update dependency io.netty:netty-bom to v4.2.10.final (#8049)
  • ad771ea fix(deps): update armeriaversion to v1.36.0 (#8048)
  • a01befb chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.145...
  • 089600f fix(deps): update dependency com.google.api.grpc:proto-google-common-protos t...
  • d31d468 chore(deps): update plugin de.undercouch.download to v5.7.0 (#8043)
  • c68989a fix(deps): update dependency io.grpc:grpc-bom to v1.79.0 (#8044)
  • 1c4835c chore(deps): update plugin org.jsonschema2pojo to v1.3.2 (#8042)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 9, 2026
@dependabot dependabot bot requested a review from cmgrote as a code owner February 9, 2026 04:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 9, 2026
cmgrote added a commit that referenced this pull request Feb 9, 2026
Consolidates updates from the following dependency PRs:
- #2242: Bump io.opentelemetry:opentelemetry-bom from 1.58.0 to 1.59.0
- #2241: Bump awssdk from 2.41.10 to 2.41.24
- #2240: Bump org.jetbrains.kotlin:kotlin-test from 2.3.0 to 2.3.10
- #2239: Bump com.azure:azure-storage-file-datalake from 12.26.0 to 12.26.2
- #2238: Bump org.jetbrains.kotlin.jvm plugin from 2.3.0 to 2.3.10
- #2237: Bump netty from 4.2.9.Final to 4.2.10.Final
- #2233: Bump co.elastic.clients:elasticsearch-java from 9.2.4 to 9.3.0
- #2230: Bump com.google.cloud:libraries-bom from 26.74.0 to 26.75.0
- #2229: Bump jetty from 12.1.5 to 12.1.6
- #2224: Bump docker/login-action from 3.6.0 to 3.7.0
- #2223: Bump com.diffplug.spotless:spotless-plugin-gradle from 8.1.0 to 8.2.1
- #2218: Bump actions/checkout from 6.0.1 to 6.0.2
- #2215: Bump org.testng:testng from 7.11.0 to 7.12.0
- #2214: Bump io.openlineage:openlineage-java from 1.42.1 to 1.43.0
- #2213: Bump actions/setup-java from 5.1.0 to 5.2.0
- #2211: Bump com.azure:azure-identity from 1.18.1 to 1.18.2
- #2205: Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.23.0-alpha to 2.24.0-alpha

Also applies ktlint formatting changes required by Spotless 8.2.1.

Co-Authored-By: Claude <[email protected]>
Signed-off-by: Chris (He/Him) <[email protected]>
Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.58.0 to 1.59.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.58.0...v1.59.0)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.opentelemetry-opentelemetry-bom-1.59.0 branch from aa5f20f to cea5cf4 Compare February 9, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants