Skip to content

Commit f5f1cd0

Browse files
authored
chore: update changelog for version 2.21.8 (#13434)
- [x] update changelog for version 2.21.8
1 parent d1cc5f7 commit f5f1cd0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
---
6+
7+
## 2.21.8
8+
9+
10+
### Bug Fixes
11+
12+
- Code Security:
13+
- Avoid excessive filtering of stacktrace locations when finding vulnerabilities. After this change, vulnerabilities that were previously discarded will now be reported. In particular, if they were found within code in site-packages or outside of the working directory.
14+
- Fixes a bug where invalid f-strings didn’t raise the expected "Unknown format code" error when IAST was enabled.
15+
- Profiling:
16+
- Improve performance of the memory profiler for large heaps. The memory profiler previously did a linear search of tracked allocations for every free, which scaled very poorly with large heaps. Switch to a fast hash map.
17+
- Other:
18+
- Fix a potential circular import with the psycopg2 contrib.
19+
- Code origin for spans: fixes a performance issue with exit spans.
20+
21+
522
---
623

724
## 2.21.6

0 commit comments

Comments
 (0)