diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d259f8624a..5d5414b482f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Changelogs for versions not listed here can be found at https://github.com/DataDog/dd-trace-py/releases +--- + +## 2.17.3 + + +### Bug Fixes + + - Ensure that Telemetry heartbeats are not skipped for forked processes, as doing so could result in the dependency list being lost over time. + - celery: This fix resolves two issues with context propagation in celery + 1. Invalid span parentage when task A calls task B async and task A errors out, causing A's queuing of B, and B itself to not be parented under A. + 2. Invalid context propagation from client to workers, and across retries, causing multiple traces instead of a single trace + - Code security: This fix resolves a patching issue with psycopg3. + - Code Security: This fix resolves an issue where the modulo (%) operator would not be replaced correctly for bytes and bytesarray if IAST is enabled. + - Code Security: Ensure IAST SSRF vulnerability redacts the url query parameters correctly. + + --- ## 2.17.2