Skip to content

Update opentelemetry-python monorepo to ~=1.35.0 #898

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 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2025

This PR contains the following updates:

Package Change Age Confidence
opentelemetry-api ~=1.32.0 -> ~=1.35.0 age confidence
opentelemetry-sdk ~=1.32.0 -> ~=1.35.0 age confidence

Release Notes

open-telemetry/opentelemetry-python (opentelemetry-api)

v1.35.0

Compare Source

  • Update OTLP proto to v1.7 #​4645.
  • Add event_name as a top level field in the LogRecord. Events are now simply logs with the
    event_name field set, the logs SDK should be used to emit events (#​4652).
  • Update OTLP gRPC/HTTP exporters: the export timeout is now inclusive of all retries and backoffs.
    A +/-20% jitter was added to all backoffs. A pointless 32 second sleep that occurred after all retries
    had completed/failed was removed.
    (#​4564).
  • Update ConsoleLogExporter.export to handle LogRecord's containing bytes type
    in the body (#​4614).
  • opentelemetry-sdk: Fix invalid type: ignore that causes mypy to ignore the whole file
    (#​4618)
  • Add span_exporter property back to BatchSpanProcessor class
    (#​4621)
  • Fix license field in pyproject.toml files
    (#​4625)
  • Update logger level to NOTSET in logs example
    (#​4637)
  • Logging API accepts optional context; deprecates trace_id, span_id, trace_flags.
    (#​4597) and
    (#​4668)
  • sdk: use context instead of trace_id,span_id for initializing LogRecord
    (#​4653)
  • Rename LogRecordProcessor.emit to on_emit
    (#​4648)
  • Logging API hide std_to_otel function to convert python logging severity to otel severity
    (#​4649)
  • proto: relax protobuf version requirement to support v6
    (#​4620)
  • Bump semantic-conventions to 1.36.0
    (#​4669)
  • Set expected User-Agent in HTTP headers for grpc OTLP exporter
    (#​4658)

v1.34.1: Version 1.34.1/0.55b1

Compare Source

This is a patch release on the previous 1.34.0/0.55b0 release, fixing the issue(s) below.

  • opentelemetry-sdk: Fix invalid type: ignore that causes mypy to ignore the whole file (#​4618)
  • Add span_exporter property back to BatchSpanProcessor class (#​4621)

v1.34.0

Compare Source

  • typecheck: add sdk/resources and drop mypy
    (#​4578)
  • Use PEP702 for marking deprecations
    (#​4522)
  • Refactor BatchLogRecordProcessor and BatchSpanProcessor to simplify code
    and make the control flow more clear (#​4562
    #​4535, and
    #​4580).
  • Remove log messages from BatchLogRecordProcessor.emit, this caused the program
    to crash at shutdown with a max recursion error (#​4586).
  • Configurable max retry timeout for grpc exporter
    (#​4333)
  • opentelemetry-api: allow importlib-metadata 8.7.0
    (#​4593)
  • opentelemetry-test-utils: assert explicit bucket boundaries in histogram metrics
    (#​4595)
  • Bump semantic conventions to 1.34.0
    (#​4599)
  • Drop support for Python 3.8
    (#​4520)

v1.33.1: Version 1.33.1/0.54b1

Compare Source

This is a patch release on the previous 1.33.0/0.54b0 release, fixing the issue(s) below.

  • Remove log messages from BatchLogRecordProcessor.emit, this caused the program to crash at shutdown with a max recursion error (#​4586).

v1.33.0

Compare Source

  • Fix intermittent Connection aborted error when using otlp/http exporters
    (#​4477)
  • opentelemetry-sdk: use stable code attributes: code.function -> code.function.name, code.lineno -> code.line.number, code.filepath -> code.file.path
    (#​4508)
  • Fix serialization of extended attributes for logs signal
    (#​4342)
  • Handle OTEL_PROPAGATORS contains None
    (#​4553)
  • docs: updated and added to the metrics and log examples
    (#​4559)
  • Bump semantic conventions to 1.33.0
    (#​4567)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels May 23, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-python-monorepo branch from d807db9 to 4a90806 Compare June 4, 2025 23:47
@renovate renovate bot changed the title Update opentelemetry-python monorepo to ~=1.33.1 Update opentelemetry-python monorepo to ~=1.34.0 Jun 4, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-python-monorepo branch from 4a90806 to e05dd76 Compare June 11, 2025 00:05
@renovate renovate bot changed the title Update opentelemetry-python monorepo to ~=1.34.0 Update opentelemetry-python monorepo to ~=1.34.1 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-python-monorepo branch from e05dd76 to f78f63b Compare June 16, 2025 00:36
@renovate renovate bot force-pushed the renovate/opentelemetry-python-monorepo branch from f78f63b to a4388bc Compare July 11, 2025 20:38
@renovate renovate bot changed the title Update opentelemetry-python monorepo to ~=1.34.1 Update opentelemetry-python monorepo to ~=1.35.0 Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants