Skip to content

Commit 5996867

Browse files
authored
Apply suggestions from code review
1 parent 4b6f0b8 commit 5996867

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

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

14+
### Fixed
15+
1416
- `opentelemetry-instrumentation-fastapi`: Fix memory leak in `uninstrument_app()` by properly removing apps from the tracking set
1517
([#3688](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3688)
1618

@@ -1763,8 +1765,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17631765
([#195](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/195))
17641766
- `opentelemetry-instrumentation-dbapi` Stop capturing query parameters by default
17651767
([#156](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/156))
1766-
- `opentelemetry-instrumentation-fastapi`: Fix memory leak in `uninstrument_app()` by properly removing apps from the tracking set
1767-
([#3688](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3688))
1768+
- `opentelemetry-instrumentation-asyncpg` Update asyncpg instrumentation to follow semantic conventions
1769+
([#188](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/188))
17681770
- `opentelemetry-instrumentation-grpc` Update protobuf versions
17691771
([#1356](https://github.com/open-telemetry/opentelemetry-python/pull/1356))
17701772

0 commit comments

Comments
 (0)