dependabot[bot] opened a new pull request, #2866: URL: https://github.com/apache/arrow-adbc/pull/2866
Bumps [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) from 1.35.0 to 1.36.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/exporters/stdout/stdouttrace's changelog</a>.</em></p> <blockquote> <h2>[1.36.0/0.58.0/0.12.0] 2025-05-20</h2> <h3>Added</h3> <ul> <li>Add exponential histogram support in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6421">#6421</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.31.0</code> package. The package contains semantic conventions from the <code>v1.31.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.31.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.30.0</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6479">#6479</a>)</li> <li>Add <code>Recording</code>, <code>Scope</code>, and <code>Record</code> types in <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6507">#6507</a>)</li> <li>Add <code>WithHTTPClient</code> option to configure the <code>http.Client</code> used by <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6751">#6751</a>)</li> <li>Add <code>WithHTTPClient</code> option to configure the <code>http.Client</code> used by <code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6752">#6752</a>)</li> <li>Add <code>WithHTTPClient</code> option to configure the <code>http.Client</code> used by <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6688">#6688</a>)</li> <li>Add <code>ValuesGetter</code> in <code>go.opentelemetry.io/otel/propagation</code>, a <code>TextMapCarrier</code> that supports retrieving multiple values for a single key. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5973">#5973</a>)</li> <li>Add <code>Values</code> method to <code>HeaderCarrier</code> to implement the new <code>ValuesGetter</code> interface in <code>go.opentelemetry.io/otel/propagation</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5973">#5973</a>)</li> <li>Update <code>Baggage</code> in <code>go.opentelemetry.io/otel/propagation</code> to retrieve multiple values for a key when the carrier implements <code>ValuesGetter</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5973">#5973</a>)</li> <li>Add <code>AssertEqual</code> function in <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6662">#6662</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.32.0</code> package. The package contains semantic conventions from the <code>v1.32.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.32.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.31.0</code>(<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6782">#6782</a>)</li> <li>Add <code>Transform</code> option in <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6794">#6794</a>)</li> <li>Add <code>Desc</code> option in <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6796">#6796</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Drop support for [Go 1.22]. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6381">#6381</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6418">#6418</a>)</li> <li>Remove <code>Resource</code> field from <code>EnabledParameters</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6494">#6494</a>)</li> <li>Remove <code>RecordFactory</code> type from <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6492">#6492</a>)</li> <li>Remove <code>ScopeRecords</code>, <code>EmittedRecord</code>, and <code>RecordFactory</code> types from <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6507">#6507</a>)</li> <li>Remove <code>AssertRecordEqual</code> function in <code>go.opentelemetry.io/otel/log/logtest</code>, use <code>AssertEqual</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6662">#6662</a>)</li> </ul> <h3>Changed</h3> <ul> <li>⚠️ Update <code>github.com/prometheus/client_golang</code> to <code>v1.21.1</code>, which changes the <code>NameValidationScheme</code> to <code>UTF8Validation</code>. This allows metrics names to keep original delimiters (e.g. <code>.</code>), rather than replacing with underscores. This can be reverted by setting <code>github.com/prometheus/common/model.NameValidationScheme</code> to <code>LegacyValidation</code> in <code>github.com/prometheus/common/model</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6433">#6433</a>)</li> <li>Initialize map with <code>len(keys)</code> in <code>NewAllowKeysFilter</code> and <code>NewDenyKeysFilter</code> to avoid unnecessary allocations in <code>go.opentelemetry.io/otel/attribute</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6455">#6455</a>)</li> <li><code>go.opentelemetry.io/otel/log/logtest</code> is now a separate Go module. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6465">#6465</a>)</li> <li><code>go.opentelemetry.io/otel/sdk/log/logtest</code> is now a separate Go module. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6466">#6466</a>)</li> <li><code>Recorder</code> in <code>go.opentelemetry.io/otel/log/logtest</code> no longer separately stores records emitted by loggers with the same instrumentation scope. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6507">#6507</a>)</li> <li>Improve performance of <code>BatchProcessor</code> in <code>go.opentelemetry.io/otel/sdk/log</code> by not exporting when exporter cannot accept more. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6569">#6569</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6641">#6641</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate support for <code>model.LegacyValidation</code> for <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6449">#6449</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Stop percent encoding header environment variables in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code> and <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6392">#6392</a>)</li> <li>Ensure the <code>noopSpan.tracerProvider</code> method is not inlined in <code>go.opentelemetry.io/otel/trace</code> so the <code>go.opentelemetry.io/auto</code> instrumentation can instrument non-recording spans. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6456">#6456</a>)</li> <li>Use a <code>sync.Pool</code> instead of allocating <code>metricdata.ResourceMetrics</code> in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6472">#6472</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/a85ae98dcedc0761078518a715dea53e519b4846"><code>a85ae98</code></a> Release v1.36.0/v0.58.0/v0.12.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6793">#6793</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3f85c350380b2720a919fd156da321b488f3b746"><code>3f85c35</code></a> logtest: add Desc (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6796">#6796</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d2fff768dc438b4bb0a4b0252cd0249c8ece9289"><code>d2fff76</code></a> chore(deps): update module github.com/uudashr/iface to v1.4.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6798">#6798</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2d4c9dc115bf8fd047f6248b489802a6f5c22d1d"><code>2d4c9dc</code></a> Add <code>semconv/v1.32.0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6782">#6782</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/fe523bd15a09be9db1f2752d1cbbcf4e50762ab3"><code>fe523bd</code></a> logtest: add Transform (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6794">#6794</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/e57879908fbd71f0fe64c4905c579d5827a34779"><code>e578799</code></a> fix(deps): update googleapis to 55703ea (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6795">#6795</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/af189e5a37c17de074d27f83921007756ce5ce51"><code>af189e5</code></a> chore(deps): update module github.com/golangci/misspell to v0.7.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6792">#6792</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/836a2ce69db65ff7f106eea7967d1fe6d5b491b2"><code>836a2ce</code></a> chore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6790">#6790</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/93f8f13abe5acedf02b7eed1f585c96e48fa35c0"><code>93f8f13</code></a> chore(deps): update github/codeql-action action to v3.28.18 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6789">#6789</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/1556ff2aeb34bd7cfd2ef035fd7fa2f5942e71f9"><code>1556ff2</code></a> chore(deps): update codecov/codecov-action action to v5.4.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6785">#6785</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.35.0...v1.36.0">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org