From b63ca133be3f0ca8fb287f2f110f3d4a191fd9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Fri, 11 Jul 2025 08:33:10 -0300 Subject: [PATCH] Update CHANGELOG.md (#3632) --- CHANGELOG.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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