You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opentelemetry-instrumentation-asgi: Respect suppress_http_instrumentation context in ASGI middleware to skip server span creation when HTTP instrumentation is suppressed (#4375)
opentelemetry-instrumentation-confluent-kafka: Loosen confluent-kafka upper bound to <3.0.0 (#4289)
opentelemetry-instrumentation: Add support for wrapt 2.x (#4203)
opentelemetry-instrumentation-psycopg2: Add parameter capture_parameters to instrumentor. (#4212)
opentelemetry-instrumentation-botocore: Add support for instrumenting aiobotocore (#4049)
opentelemetry-instrumentation-sqlalchemy: implement new semantic convention opt-in migration (#4110)
Fixed
opentelemetry-docker-tests: Replace deprecated SpanAttributes from opentelemetry.semconv.trace with opentelemetry.semconv._incubating.attributes (#4339)
opentelemetry-instrumentation-confluent-kafka: Skip recv span creation when poll() returns no message or consume() returns an empty list, avoiding empty spans on idle polls (#4349)
Fix intermittent Core Contrib Test CI failures caused by GitHub git CDN SHA propagation lag by installing core packages from the already-checked-out local copy instead of a second git clone (#4305)
Don't import module in unwrap if not already imported (#4321)
opentelemetry-instrumentation-logging: Map Python CRITICAL log level to OTel FATAL severity text and WARNING to WARN (#4365)
opentelemetry-instrumentation-logging: Add recursion guard in LoggingHandler.emit to prevent deadlock (#4302)
opentelemetry-instrumentation-grpc: Fix bidirectional streaming RPCs raising AttributeError: 'generator' object has no attribute 'add_done_callback' (#4259)
opentelemetry-instrumentation-aiokafka: fix Unclosed AIOKafkaProducer warning and RuntimeWarning: coroutine was never awaited in tests (#4384)
opentelemetry-instrumentation-aiokafka: Fix compatibility with aiokafka 0.13 by calling _key_serializer/_value_serializer directly instead of the internal _serialize method whose signature changed in 0.13 from (topic, key, value) to (key, value, headers) (#4379)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Added
opentelemetry-instrumentation-asgi: Respectsuppress_http_instrumentationcontext in ASGI middleware to skip server span creation when HTTP instrumentation is suppressed (#4375)opentelemetry-instrumentation-confluent-kafka: Loosen confluent-kafka upper bound to <3.0.0 (#4289)opentelemetry-instrumentation: Add support for wrapt 2.x (#4203)opentelemetry-instrumentation-psycopg2: Add parametercapture_parametersto instrumentor. (#4212)opentelemetry-instrumentation-botocore: Add support for instrumentingaiobotocore(#4049)opentelemetry-instrumentation-sqlalchemy: implement new semantic convention opt-in migration (#4110)Fixed
opentelemetry-docker-tests: Replace deprecatedSpanAttributesfromopentelemetry.semconv.tracewithopentelemetry.semconv._incubating.attributes(#4339)opentelemetry-instrumentation-confluent-kafka: Skiprecvspan creation whenpoll()returns no message orconsume()returns an empty list, avoiding empty spans on idle polls (#4349)Core Contrib TestCI failures caused by GitHub git CDN SHA propagation lag by installing core packages from the already-checked-out local copy instead of a second git clone (#4305)opentelemetry-instrumentation-logging: Map PythonCRITICALlog level to OTelFATALseverity text andWARNINGtoWARN(#4365)opentelemetry-instrumentation-logging: Add recursion guard in LoggingHandler.emit to prevent deadlock (#4302)opentelemetry-instrumentation-grpc: Fix bidirectional streaming RPCs raisingAttributeError: 'generator' object has no attribute 'add_done_callback'(#4259)opentelemetry-instrumentation-aiokafka: fixUnclosed AIOKafkaProducerwarning andRuntimeWarning: coroutine was never awaitedin tests (#4384)opentelemetry-instrumentation-aiokafka: Fix compatibility with aiokafka 0.13 by calling_key_serializer/_value_serializerdirectly instead of the internal_serializemethod whose signature changed in 0.13 from(topic, key, value)to(key, value, headers)(#4379)Breaking changes
opentelemetry-instrumentation-boto: Remove instrumentation (#4303)This discussion was created from the release Version 1.41.0/0.62b0.
Beta Was this translation helpful? Give feedback.
All reactions