Skip to content

Commit 962c28a

Browse files
authored
Update CHANGELOG.md
1 parent 9da276f commit 962c28a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

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

14-
- `opentelemetry-instrumentation-aiohttp-server`: Support passing `TracerProvider` when instrumenting.
15-
([#3819](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3819))
1614
### Added
1715

1816
- `opentelemetry-instrumentation-aiohttp-client`: add support for url exclusions via `OTEL_PYTHON_EXCLUDED_URLS` / `OTEL_PYTHON_AIOHTTP_CLIENT_EXCLUDED_URLS`
@@ -30,6 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3028
- `opentelemetry-instrumentation-aiohttp-server`: add support for custom header captures via `OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_REQUEST` and `OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_RESPONSE`
3129
([#3916](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3916))
3230
- `opentelemetry-instrumentation-redis`: add support for `suppress_instrumentation` context manager for both sync and async Redis clients and pipelines
31+
([#3955](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3955))
32+
- `opentelemetry-instrumentation-aiohttp-server`: Support passing `TracerProvider` when instrumenting.
33+
([#3819](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3819))
3334

3435
### Fixed
3536

0 commit comments

Comments
 (0)