Skip to content

Commit 4fbff4b

Browse files
authored
Update CHANGELOG.md
1 parent efd7d27 commit 4fbff4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
([#4341](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4341))
2929
- `opentelemetry-instrumentation-flask`: Stop reading the deprecated (from 3.1) `flask.__version__` attribute; resolve the Flask version via `importlib.metadata`
3030
([#4422](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4422))
31+
- `opentelemetry-instrumentation-celery`: Coerce non-string values to strings in `CeleryGetter.get()` to prevent `TypeError` in `TraceState.from_header()` when Celery request attributes contain ints
32+
([#4360](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4360))
33+
- `opentelemetry-instrumentation-aiohttp-server`: Use `canonical` attribute of the `Resource` as a span name
34+
([#3896](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3896))
3135

3236
### Breaking changes
3337

@@ -53,8 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5357

5458
### Fixed
5559

56-
- `opentelemetry-instrumentation-celery`: Coerce non-string values to strings in `CeleryGetter.get()` to prevent `TypeError` in `TraceState.from_header()` when Celery request attributes contain ints
57-
([#4360](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4360))
5860
- `opentelemetry-docker-tests`: Replace deprecated `SpanAttributes` from `opentelemetry.semconv.trace` with `opentelemetry.semconv._incubating.attributes`
5961
([#4339](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4339))
6062
- `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
@@ -69,8 +71,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6971
([#4302](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4302))
7072
- `opentelemetry-instrumentation-grpc`: Fix bidirectional streaming RPCs raising `AttributeError: 'generator' object has no attribute 'add_done_callback'`
7173
([#4259](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4259))
72-
- `opentelemetry-instrumentation-aiohttp-server`: Use `canonical` attribute of the `Resource` as a span name.
73-
([#3896](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3896))
7474
- `opentelemetry-instrumentation-aiokafka`: fix `Unclosed AIOKafkaProducer` warning and `RuntimeWarning: coroutine was never awaited` in tests
7575
([#4384](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4384))
7676
- `opentelemetry-instrumentation-aiokafka`: Fix compatibility with aiokafka 0.13 by calling

0 commit comments

Comments
 (0)