Skip to content

Commit

Permalink
update changelog for version 2.17.3 via release script
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjux committed Dec 10, 2024
1 parent c226dd1 commit ab91811
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <span class="title-ref">psycopg3</span>.
- 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
Expand Down

0 comments on commit ab91811

Please sign in to comment.