Skip to content

Commit a33a5e6

Browse files
committed
docs(aiokafka): add CHANGELOG entry for test warning fixes
1 parent 82340b3 commit a33a5e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
([#4302](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4302))
3737
- `opentelemetry-instrumentation-grpc`: Fix bidirectional streaming RPCs raising `AttributeError: 'generator' object has no attribute 'add_done_callback'`
3838
([#4259](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4259))
39+
- `opentelemetry-instrumentation-aiokafka`: Fix `Unclosed AIOKafkaProducer` warning in tests by properly stopping the producer, and fix `RuntimeWarning: coroutine was never awaited` by using `AsyncMock` for async mock targets
3940

4041
### Breaking changes
4142

0 commit comments

Comments
 (0)