Releases: open-telemetry/opentelemetry-python-contrib
Releases · open-telemetry/opentelemetry-python-contrib
Version 1.35.0/0.56b0
Added
opentelemetry-instrumentation-pikaAdded instrumentation for AllSelectConnectionadapters (#3584)opentelemetry-instrumentation-tornadoAdd support forWebSocketHandlerinstrumentation (#3498)opentelemetry-util-httpAdded support for redacting specific url query string values and url credentials in instrumentations (#3508)opentelemetry-instrumentation-pymongoaggregateandgetMorecapture statements support (#3601)
Fixed
opentelemetry-instrumentation-google-genai 0.3b0
- Add automatic instrumentation to tool call functions (#3446)
Version 1.34.1/0.55b1
This is a patch release on the previous 1.34.0/0.55b0 release, fixing the issue(s) below.
Version 1.34.0/0.55b0
Added
opentelemetry-instrumentation-aiokafkaAdd instrumentation ofconsumer.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-starletteRemove max version constraint on starlette (#3456)opentelemetry-instrumentation-starletteFix 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-botocoreEnsure spans end on early stream closure for Bedrock Streaming APIs (#3481)opentelemetry-instrumentation-sqlalchemyRespect suppress_instrumentation functionality (#3477)opentelemetry-instrumentation-botocore: fix handling of tool input in Bedrock ConverseStream (#3544)opentelemetry-instrumentation-botocoreAdd type check when extracting tool use from Bedrock request message content (#3548)opentelemetry-instrumentation-dbapiRespect suppress_instrumentation functionality (#3460)opentelemetry-resource-detector-containerCorrectly parse container id when using systemd and cgroupsv1 (#3429)
Breaking changes
opentelemetry-instrumentation-botocoreUsecloud.regioninstead ofaws.regionspan attribute as per semantic conventions. (#3474)opentelemetry-instrumentation-fastapi: Drop support for FastAPI versions earlier than0.92(#3012)opentelemetry-resource-detector-container: rename package name toopentelemetry-resource-detector-containerid(#3536)
Added
opentelemetry-instrumentation-aiohttp-clientAdd support for HTTP metrics (#3517)opentelemetry-instrumentation-httpxAdd support for HTTP metrics (#3513)opentelemetry-instrumentationAllow re-raising exception when instrumentation fails (#3545)
Deprecated
- Drop support for Python 3.8, bump baseline to Python 3.9. (#3399)
Version 1.33.1/0.54b1
This is a patch release on the previous 1.33.0/0.54b0 release, fixing the issue(s) below.
Version 1.33.0/0.54b0
Added
opentelemetry-instrumentation-requestsSupport explicit_bucket_boundaries_advisory in duration metrics (#3464)opentelemetry-instrumentation-redisAdd support for redis client-specific instrumentation. (#3143)
Fixed
opentelemetry-instrumentationCatchModuleNotFoundErrorwhen the library is not installed and log as debug instead of exception (#3423)opentelemetry-instrumentation-asyncioFix duplicate instrumentation (#3383)opentelemetry-instrumentation-botocoreAdd GenAI instrumentation for additional Bedrock models for InvokeModel API (#3419)opentelemetry-instrumentationdon't print duplicated conflict log error message (#3432)opentelemetry-instrumentation-grpcCheck for None result in gRPC (#3380)opentelemetry-instrumentation-[asynclick/click]Add missing opentelemetry-instrumentation dep (#3447)opentelemetry-instrumentation-botocoreCapture server attributes for botocore API calls (#3448)
opentelemetry-instrumentation-google-genai 0.2b0
Version 1.32.1/0.53b1
This is a patch release on the previous 1.32.0/0.53b0 release, fixing the issue(s) below.
Fixed
opentelemetry-instrumentationCatchModuleNotFoundErrorwhen the library is not installed and log as debug instead of exception (#3425)
Version 1.32.0/0.53b0
Added
opentelemetry-instrumentation-asyncclick: new instrumentation to trace asyncclick commands (#3319)opentelemetry-instrumentation-botocoreAdd support for GenAI tool events using Amazon Nova models andInvokeModel*APIs (#3385)opentelemetry-instrumentationMake auto instrumentation use the same dependency resolver as manual instrumentation does (#3202)
Fixed
opentelemetry-instrumentationFix client address is set to server address in new semconv (#3354)opentelemetry-instrumentation-dbapi,opentelemetry-instrumentation-django,opentelemetry-instrumentation-sqlalchemy: Fix sqlcomment for non string query and composable object. (#3113)opentelemetry-instrumentation-grpcFix error when using gprc versions <= 1.50.0 with unix sockets. ([#3393])opentelemetry-instrumentation-aiokafkaFix send_and_wait method no headers kwargs error. ([#3332])
Version 1.31.1/0.52b1
This is a patch release on the previous 1.31.0/0.52b0 release, fixing the issue(s) below.