Skip to content

Commit 2a150fd

Browse files
committed
fix changelog
Signed-off-by: emdneto <[email protected]>
1 parent 87aa3f6 commit 2a150fd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

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

14+
### Fixed
15+
16+
- `opentelemetry-instrumentation-fastapi`: fix wrapping of middlewares
17+
([#3012](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3012))
18+
1419
### Breaking changes
1520

1621
- `opentelemetry-instrumentation-botocore` Use `cloud.region` instead of `aws.region` span attribute as per semantic conventions.
1722
([#3474](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3474))
18-
23+
- `opentelemetry-instrumentation-fastapi`: Drop support for FastAPI versions earlier than `0.98`
24+
([#3012](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3012))
1925

2026
## Version 1.33.0/0.54b0 (2025-05-09)
2127

@@ -100,8 +106,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100106

101107
- `opentelemetry-instrumentation-redis` Add missing entry in doc string for `def _instrument`
102108
([#3247](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3247))
103-
- `opentelemetry-instrumentation-fastapi`: fix wrapping of middlewares
104-
([#3012](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3012))
105109
- `opentelemetry-instrumentation-botocore` sns-extension: Change destination name attribute
106110
to match topic ARN and redact phone number from attributes
107111
([#3249](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3249))

0 commit comments

Comments
 (0)