File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments