Skip to content

Version 1.34.0/0.55b0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 14:40
· 3 commits to release/v1.34.x-0.55bx since this release
fba2077

Added

  • opentelemetry-instrumentation-aiokafka Add instrumentation of consumer.getmany (batch) (#3257)

Fixed

  • opentelemetry-instrumentation-system-metrics: fix loading on Google Cloud Run (#3533)
  • opentelemetry-instrumentation-fastapi: fix wrapping of middlewares (#3012)
  • opentelemetry-instrumentation-starlette Remove max version constraint on starlette (#3456)
  • opentelemetry-instrumentation-starlette Fix memory leak and double middleware (#3529)
  • opentelemetry-instrumentation-urllib3: proper bucket boundaries in stable semconv http duration metrics (#3518)
  • opentelemetry-instrumentation-urllib: proper bucket boundaries in stable semconv http duration metrics (#3519)
  • opentelemetry-instrumentation-falcon: proper bucket boundaries in stable semconv http duration (#3525)
  • opentelemetry-instrumentation-wsgi: add explicit http duration buckets for stable semconv (#3527)
  • opentelemetry-instrumentation-asgi: add explicit http duration buckets for stable semconv (#3526)
  • opentelemetry-instrumentation-flask: proper bucket boundaries in stable semconv http duration (#3523)
  • opentelemetry-instrumentation-django: proper bucket boundaries in stable semconv http duration (#3524)
  • opentelemetry-instrumentation-grpc: support non-list interceptors (#3520)
  • opentelemetry-instrumentation-botocore Ensure spans end on early stream closure for Bedrock Streaming APIs (#3481)
  • opentelemetry-instrumentation-sqlalchemy Respect suppress_instrumentation functionality (#3477)
  • opentelemetry-instrumentation-botocore: fix handling of tool input in Bedrock ConverseStream (#3544)
  • opentelemetry-instrumentation-botocore Add type check when extracting tool use from Bedrock request message content (#3548)
  • opentelemetry-instrumentation-dbapi Respect suppress_instrumentation functionality (#3460)
  • opentelemetry-resource-detector-container Correctly parse container id when using systemd and cgroupsv1 (#3429)

Breaking changes

  • opentelemetry-instrumentation-botocore Use cloud.region instead of aws.region span attribute as per semantic conventions. (#3474)
  • opentelemetry-instrumentation-fastapi: Drop support for FastAPI versions earlier than 0.92 (#3012)
  • opentelemetry-resource-detector-container: rename package name to opentelemetry-resource-detector-containerid (#3536)

Added

  • opentelemetry-instrumentation-aiohttp-client Add support for HTTP metrics (#3517)
  • opentelemetry-instrumentation-httpx Add support for HTTP metrics (#3513)
  • opentelemetry-instrumentation Allow re-raising exception when instrumentation fails (#3545)

Deprecated

  • Drop support for Python 3.8, bump baseline to Python 3.9. (#3399)