From c3532ff6e08937ee47cd6d85b79272029df8b499 Mon Sep 17 00:00:00 2001 From: Teague Bick Date: Fri, 29 Mar 2024 09:46:42 -0400 Subject: [PATCH] chore: update changelog for version 2.7.5 (#8805) - [x] update changelog for version 2.7.5 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66d69d90ea..e431f2a3a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Changelogs for versions not listed here can be found at https://github.com/DataDog/dd-trace-py/releases +--- + +## 2.7.5 + + +### New Features + +- kafka: Adds tracing and DSM support for `confluent_kafka.Consumer.consume()`. Previously only confluent_kafka.Consumer.poll was instrumented. + +### Bug Fixes + +- ASM: always clear the DDWaf context at the end of the span to avoid gc-induced latency spikes at the end of some requests. +- internal: This fix resolves an issue where importing the `ddtrace.contrib.botocore.services` module would fail raising an ImportError +- setuptools_scm version: Updates the setuptools_scm versioning method to "guess-next-dev" from "release-branch-semver", which was affecting the CI +- structlog: Fixes error where multiple loggers would duplicate processors. Also adds processors injection when resetting to defaults. + + --- ## 2.6.9