@@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212## Unreleased
1313
14+ - ` opentelemetry-instrumentation-fastapi ` : Fix memory leak in ` uninstrument_app() ` by properly removing apps from the tracking set
15+ ([ #3688 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3688 )
16+
1417## Version 1.36.0/0.57b0 (2025-07-29)
1518
1619### Fixed
1720
18- - ` opentelemetry-instrumentation-fastapi ` : Fix memory leak in ` uninstrument_app() ` by properly removing apps from the tracking set
19- ([ #3688 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3688 ) , [ #3683 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3683 ) )
20-
2121- ` opentelemetry-instrumentation ` : Fix dependency conflict detection when instrumented packages are not installed by moving check back to before instrumentors are loaded. Add "instruments-any" feature for instrumentations that target multiple packages.
2222 ([ #3610 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3610 ) )
2323- infra(ci): Fix git pull failures in core contrib test
@@ -1763,8 +1763,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17631763 ([ #195 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/195 ) )
17641764- ` opentelemetry-instrumentation-dbapi ` Stop capturing query parameters by default
17651765 ([ #156 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/156 ) )
1766- - ` opentelemetry-instrumentation-asyncpg ` Update asyncpg instrumentation to follow semantic conventions
1767- ([ #188 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/188 ) )
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 ) )
17681768- ` opentelemetry-instrumentation-grpc ` Update protobuf versions
17691769 ([ #1356 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1356 ) )
17701770
0 commit comments