Skip to content

Commit c2114c5

Browse files
changelog: add entry for _set_status fix (#3713)
1 parent 84ae211 commit c2114c5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
## Unreleased
1313

1414
## Version 1.41.0/0.62b0 (2026-04-09)
15-
15+
1616
### Added
1717

1818
- `opentelemetry-instrumentation-asgi`: Respect `suppress_http_instrumentation` context in ASGI middleware to skip server span creation when HTTP instrumentation is suppressed
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030

3131
### Fixed
3232

33+
- `opentelemetry-instrumentation`: fix `_set_status` overriding existing span status and description ([#4410](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4410))
3334
- `opentelemetry-docker-tests`: Replace deprecated `SpanAttributes` from `opentelemetry.semconv.trace` with `opentelemetry.semconv._incubating.attributes`
3435
([#4339](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4339))
3536
- `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
@@ -45,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4546
- `opentelemetry-instrumentation-grpc`: Fix bidirectional streaming RPCs raising `AttributeError: 'generator' object has no attribute 'add_done_callback'`
4647
([#4259](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4259))
4748
- `opentelemetry-instrumentation-aiokafka`: fix `Unclosed AIOKafkaProducer` warning and `RuntimeWarning: coroutine was never awaited` in tests
48-
([#4384](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4384))
49+
([#4384](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4384))
4950
- `opentelemetry-instrumentation-aiokafka`: Fix compatibility with aiokafka 0.13 by calling
5051
`_key_serializer`/`_value_serializer` directly instead of the internal `_serialize` method
5152
whose signature changed in 0.13 from `(topic, key, value)` to `(key, value, headers)`

0 commit comments

Comments
 (0)