We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9c720 commit 7218064Copy full SHA for 7218064
CHANGELOG.md
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
### Fixed
15
16
+- `opentelemetry-instrumentation-fastapi`: Fix memory leak in `uninstrument_app()` by properly removing apps from the tracking set
17
+ ([#XXXX](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/XXXX), [#3683](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3683))
18
+
19
- `opentelemetry-instrumentation-fastapi`: fix wrapping of middlewares
20
([#3012](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3012))
21
- `opentelemetry-instrumentation-falcon`: proper bucket boundaries in stable semconv http duration
0 commit comments