From 119544328c3f2b6f287a6e0017264bf2c77c82a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:29:34 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1f37cf4d..afde4eb7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,17 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## Version 1.34.0/0.55b0 (2025-06-04) - ### Fixed - `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-instrumentation-aiokafka` Add instrumentation of `consumer.getmany` (batch) - ([#3257](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3257)) +## Version 1.34.0/0.55b0 (2025-06-04) ### Fixed @@ -78,7 +73,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#3513](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3513)) - `opentelemetry-instrumentation` Allow re-raising exception when instrumentation fails ([#3545](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3545)) - +- `opentelemetry-instrumentation-aiokafka` Add instrumentation of `consumer.getmany` (batch) + ([#3257](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3257)) + ### Deprecated - Drop support for Python 3.8, bump baseline to Python 3.9.