Skip to content

Bump opentelemetry-exporter-otlp-proto-grpc from 1.30.0 to 1.32.0 #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2025

Bumps opentelemetry-exporter-otlp-proto-grpc from 1.30.0 to 1.32.0.

Changelog

Sourced from opentelemetry-exporter-otlp-proto-grpc's changelog.

Version 1.32.0/0.53b0 (2025-04-10)

  • Fix user agent in OTLP HTTP metrics exporter (#4475)
  • Improve performance of baggage operations (#4466)
  • sdk: remove duplicated constant definitions for environment_variables (#4491)
  • api: Revert record BaseException change in trace_api.use_span() (#4494)
  • Improve CI by cancelling stale runs and setting timeouts (#4498)
  • Patch logging.basicConfig so OTel logs don't cause console logs to disappear (#4436)
  • Bump semantic conventions to 1.32.0 (#4530)
  • Fix ExplicitBucketHistogramAggregation to handle multiple explicit bucket boundaries advisories (#4521)
  • opentelemetry-sdk: Fix serialization of objects in log handler (#4528)

Version 1.31.0/0.52b0 (2025-03-12)

  • semantic-conventions: Bump to 1.31.0 (#4471)
  • Add type annotations to context's attach & detach (#4346)
  • Fix OTLP encoders missing instrumentation scope schema url and attributes (#4359)
  • prometheus-exporter: fix labels out of place for data points with different attribute sets (#4413)
  • Type indent parameter in to_json (#4402)
  • Tolerates exceptions when loading resource detectors via OTEL_EXPERIMENTAL_RESOURCE_DETECTORS (#4373)
  • Disconnect gRPC client stub when shutting down OTLPSpanExporter (#4370)
  • opentelemetry-sdk: fix OTLP exporting of Histograms with explicit buckets advisory (#4434)
  • opentelemetry-exporter-otlp-proto-grpc: better dependency version range for Python 3.13 (#4444)
  • opentelemetry-exporter-opencensus: better dependency version range for Python 3.13 (#4444)
  • Updated tracecontext-integration-test gitref to d782773b2cf2fa4afd6a80a93b289d8a74ca894d (#4448)
  • Make trace_api.use_span() record BaseException as well as Exception (#4406)
  • Fix env var error message for TraceLimits/SpanLimits (#4458)

... (truncated)

Commits
  • 1f5151c [release/v1.32.x-0.53bx] Prepare release 1.32.0/0.53b0 (#4538)
  • 4dc6b3b fix: log and trace processor memory leak (#4449)
  • 34b3ac6 adding logging format lint check (#4525)
  • 9b5af99 Bump semantic conventions to 1.32.0 (#4530)
  • 0556052 opentelemetry-sdk: fix serialization of objects in log handler (#4528)
  • 7090f38 Delete duplicated OTLP Exporter tests, move them to the mixin unit test. Fix ...
  • 3644a1e Ensure a console logging handler is set when using auto-instrumentation (#4436)
  • 80593c2 opentelemetry-sdk: fix explicit histogram aggregation to handle multiple expl...
  • 48fc3bf Add ossf-scorecard scanning workflow (#4519)
  • db2dd1e Improve CI by cancelling stale runs and setting timeouts (#4498)
  • 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 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)

Bumps [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) from 1.30.0 to 1.32.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.30.0...v1.32.0)

---
updated-dependencies:
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 10, 2025 22:19
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.80%. Comparing base (c46f0d0) to head (39a6303).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #282   +/-   ##
=======================================
  Coverage   90.80%   90.80%           
=======================================
  Files          70       70           
  Lines        2078     2078           
=======================================
  Hits         1887     1887           
  Misses        191      191           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant