diff --git a/CHANGELOG.md b/CHANGELOG.md index c58588567..497f04047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - ### Added - `opentelemetry-instrumentation-pika` Added instrumentation for All `SelectConnection` adapters ([#3584](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3584)) - `opentelemetry-instrumentation-tornado` Add support for `WebSocketHandler` instrumentation ([#3498](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3498)) +- `opentelemetry-util-http` Added support for redacting specific url query string values and url credentials in instrumentations + ([#3508](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3508)) +- `opentelemetry-instrumentation-pymongo` `aggregate` and `getMore` capture statements support + ([#3601](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3601)) ### Fixed @@ -26,13 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `opentelemetry-resource-detector-containerid`: make it more quiet on platforms without cgroups ([#3579](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3579)) -### Added - -- `opentelemetry-util-http` Added support for redacting specific url query string values and url credentials in instrumentations - ([#3508](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3508)) -- `opentelemetry-instrumentation-pymongo` `aggregate` and `getMore` capture statements support - ([#3601](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3601)) - ## Version 1.34.0/0.55b0 (2025-06-04) ### Fixed