chore(deps): bump io.opentelemetry:opentelemetry-bom from 1.59.0 to 1.60.1#888
Merged
LearningGp merged 1 commit intoMar 13, 2026
Conversation
Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.59.0 to 1.60.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/v1.60.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.59.0...v1.60.1) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-bom dependency-version: 1.60.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
1 similar comment
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
LearningGp
approved these changes
Mar 13, 2026
liangxingguang
pushed a commit
to liangxingguang/agentscope-java
that referenced
this pull request
May 21, 2026
….60.1 (agentscope-ai#888) Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.59.0 to 1.60.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-bom's releases</a>.</em></p> <blockquote> <h2>Version 1.60.1</h2> <p>This is a patch release on the previous 1.60.0 release, fixing the issue(s) below.</p> <h3>SDK</h3> <h4>Extensions</h4> <ul> <li>Autoconfigure: fix warning always emitted (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8157">#8157</a>)</li> </ul> <h2>Version 1.60.0</h2> <h3>API</h3> <ul> <li>Support W3C trace context random flag (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8012">#8012</a>)</li> <li>Clarify that <code>SpanBuilder.setAttribute</code> allows null values (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8072">#8072</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Implement environment variable context propagation carriers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8074">#8074</a>)</li> <li>Deprecate <code>ExtendedAttributes</code>, <code>ExtendedAttributeKey</code>, <code>ExtendedAttributeType</code>, <code>ExtendedAttributesBuilder</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8060">#8060</a>)</li> <li>Deprecate <code>peerServiceMapping</code> accessor from <code>InstrumentationConfigUtil</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8088">#8088</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Disable warning when using <code>TraceIdRatioBasedSampler</code> as root sampler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8065">#8065</a>)</li> <li>User-supplied attributes take precedence over exception-derived attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7993">#7993</a>)</li> <li>Exclude META-INF/maven from traces SDK shaded dependencies (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8096">#8096</a>)</li> <li>Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8145">#8145</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Split out cumulative vs. delta storage (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8015">#8015</a>)</li> <li>Add metrics for <code>PeriodicMetricReader</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8038">#8038</a>)</li> <li>Allow configuring min/max in histograms (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8095">#8095</a>)</li> <li>Remove deprecated <code>otel.experimental.metrics.cardinality.limit</code> property (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8124">#8124</a>)</li> <li><strong>BREAKING</strong> bug fix: <code>GlobUtil</code> and <code>IncludePatternMatching</code>, used in views and declarative config matching, previously were inconsistent in case sensitivity. If a glob char (* or ?) was present, it was evaluated with case sensitivity. If no glob chars were present, it was evaluated with case insensitivity. Now, all are consistently evaluated with case sensitivity. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8152">#8152</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Stabilize <code>LogRecordBuilder.setException</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8089">#8089</a>)</li> <li>Clarify <code>setTimestamp</code> javadoc for event timestamp behavior (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8104">#8104</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: Fix marshaling for empty string attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8014">#8014</a>)</li> <li>Prometheus: Update Prometheus client to 1.5.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8080">#8080</a>)</li> <li>OTLP: Serialize exponential histogram sum as optional double (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8107">#8107</a>)</li> <li>OTLP: Use <code>KeyManagerFactory.getDefaultAlgorithm()</code> in <code>TlsUtil.keyManager()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8122">#8122</a>)</li> <li>OTLP: Ensure proto serializer idCache is cleared when exception is thrown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8147">#8147</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/blob/v1.60.1/CHANGELOG.md">io.opentelemetry:opentelemetry-bom's changelog</a>.</em></p> <blockquote> <h2>Version 1.60.1 (2026-03-07)</h2> <h3>SDK</h3> <h4>Extensions</h4> <ul> <li>Autoconfigure: fix warning always emitted (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8157">#8157</a>)</li> </ul> <h2>Version 1.60.0 (2026-03-06)</h2> <h3>API</h3> <ul> <li>Support W3C trace context random flag (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8012">#8012</a>)</li> <li>Clarify that <code>SpanBuilder.setAttribute</code> allows null values (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8072">#8072</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Implement environment variable context propagation carriers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8074">#8074</a>)</li> <li>Deprecate <code>ExtendedAttributes</code>, <code>ExtendedAttributeKey</code>, <code>ExtendedAttributeType</code>, <code>ExtendedAttributesBuilder</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8060">#8060</a>)</li> <li>Deprecate <code>peerServiceMapping</code> accessor from <code>InstrumentationConfigUtil</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8088">#8088</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Disable warning when using <code>TraceIdRatioBasedSampler</code> as root sampler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8065">#8065</a>)</li> <li>User-supplied attributes take precedence over exception-derived attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7993">#7993</a>)</li> <li>Exclude META-INF/maven from traces SDK shaded dependencies (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8096">#8096</a>)</li> <li>Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8145">#8145</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Split out cumulative vs. delta storage (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8015">#8015</a>)</li> <li>Add metrics for <code>PeriodicMetricReader</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8038">#8038</a>)</li> <li>Allow configuring min/max in histograms (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8095">#8095</a>)</li> <li>Remove deprecated <code>otel.experimental.metrics.cardinality.limit</code> property</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b1273b5d5faa62278a76ae5ab5881b488a190626"><code>b1273b5</code></a> [release/v1.60.x] Prepare release 1.60.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8161">#8161</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/76e74af2705b59316c9c61689d134c57be8ad8f1"><code>76e74af</code></a> Prepare changelog for 1.60.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8160">#8160</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/e4235e223f36bcd5d8fac2600a70fca772cd09e3"><code>e4235e2</code></a> [release/v1.60.x] Fix warning always emitted (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8158">#8158</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/58a5590c0073d512ff4d9cc3896e6583e67481fb"><code>58a5590</code></a> [release/v1.60.x] Change GlobUtil, IncludeExcludePredicate to use case sensit...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/299d8937b86d74662e56512476bb27045c496dde"><code>299d893</code></a> Add changelog entry for <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8152">#8152</a> to 1.60.x release branch (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8154">#8154</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5d329aefd37c8f674c8b9049b6772aebd705f247"><code>5d329ae</code></a> [release/v1.60.x] Prepare release 1.60.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8151">#8151</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/99857c6cf69f9d2f27fa3bf8c531201b902d211b"><code>99857c6</code></a> Prepare for 1.60.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8146">#8146</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/50f5607e1e9e95c1d45fd8fd69aa01f172a159e9"><code>50f5607</code></a> Fix proto serializer (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8147">#8147</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/e8920e7ca6715b33e54ee00565abd5bfe4b0f176"><code>e8920e7</code></a> Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8145">#8145</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f08b49ccbfd0823fa2b6662030d899684d144f4a"><code>f08b49c</code></a> fix(deps): update dependency com.squareup.wire:wire-bom to v5.5.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8144">#8144</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.59.0...v1.60.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps io.opentelemetry:opentelemetry-bom from 1.59.0 to 1.60.1.
Release notes
Sourced from io.opentelemetry:opentelemetry-bom's releases.
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-bom's changelog.
... (truncated)
Commits
b1273b5[release/v1.60.x] Prepare release 1.60.1 (#8161)76e74afPrepare changelog for 1.60.1 (#8160)e4235e2[release/v1.60.x] Fix warning always emitted (#8158)58a5590[release/v1.60.x] Change GlobUtil, IncludeExcludePredicate to use case sensit...299d893Add changelog entry for #8152 to 1.60.x release branch (#8154)5d329ae[release/v1.60.x] Prepare release 1.60.0 (#8151)99857c6Prepare for 1.60.0 release (#8146)50f5607Fix proto serializer (#8147)e8920e7Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (#8145)f08b49cfix(deps): update dependency com.squareup.wire:wire-bom to v5.5.1 (#8144)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)