Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog for version 2.7.8 #8982

Merged
merged 8 commits into from
Apr 18, 2024
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Changelogs for versions not listed here can be found at https://github.com/DataDog/dd-trace-py/releases

---

## 2.7.8


### Bug Fixes

- Code Security: fix setting the wrong source on map elements tainted from <span class="title-ref">taint_structure</span>.
- Code Security: Fixes an issue where the AST patching process fails when the origin of a module is reported as None, raising a `FileNotFoundError`.
- CI Visibility: fixes an issue where tests were less likely to be skipped due to ITR skippable tests requests timing out earlier than they should
- Code Security (IAST): Fixed an issue with AES functions from the pycryptodome package that caused the application to crash and stop.
gnufede marked this conversation as resolved.
Show resolved Hide resolved
- ASM: This fix removes unrequired API security metrics.
- instrumentation: fixes crashses that could occur in certain integrations with packages that use non-integer components in their version specifiers
gnufede marked this conversation as resolved.
Show resolved Hide resolved


---

## 2.8.0
Expand Down
Loading