Skip to content

Commit 550ecdf

Browse files
chore: update changelog for version 2.21.6, 3.2.3, 3.3.3 (#13124)
- [x] update changelog for version 2.21.6, 3.2.3, 3.3.3 --------- Co-authored-by: erikayasuda <[email protected]>
1 parent fc7bb21 commit 550ecdf

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
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.6
8+
9+
### Bug Fixes
10+
11+
- Code Security
12+
- Fixes an issue with PosixPath handling in path operations that could cause errors during taint tracking. This fix improves stability and slightly reduces import times.
13+
14+
15+
---
16+
17+
## 3.2.3
18+
19+
### Bug Fixes
20+
- Code Security
21+
- Fixes an issue with PosixPath handling in path operations that could cause errors during taint tracking. This fix improves stability and slightly reduces import times.
22+
23+
- Lib-injection
24+
- Avoids zombie process from telemetry sender on startup.
25+
26+
- LLM Observability
27+
- Fixes an issue where LLMObs could not be enabled in a forked process when setting `agentless_enabled=True` or `DD_LLMOBS_AGENTLESS_ENABLED=true`.
28+
29+
- Tracing
30+
- internal: Fixes an issue where trimming a traceback to attach it to the span could result in the loss of the most recent frames.
31+
32+
33+
---
34+
35+
## 3.3.3
36+
37+
38+
### Bug Fixes
39+
40+
- Code Security
41+
-Fixes an issue with PosixPath handling in path operations that could cause errors during taint tracking. This fix improves stability and slightly reduces import times.
42+
43+
544
---
645

746
## 3.2.1
@@ -30,6 +69,7 @@ Changelogs for versions not listed here can be found at https://github.com/DataD
3069
- LLM Observability
3170
- Resolves an issue where large spans traced within a short time interval were dropped despite being under the 1 MB limit.
3271

72+
3373
---
3474

3575
## 2.21.5
@@ -144,6 +184,7 @@ Changelogs for versions not listed here can be found at https://github.com/DataD
144184
- Single-Step Instrumentation
145185
- Ensures that the SSI is not used for uWSGI applications. For enablement instructions, refer to the following our [advanced_usage docs](https://ddtrace.readthedocs.io/en/stable/advanced_usage.html#uwsgi).
146186

187+
147188
---
148189

149190
## 3.2.2

0 commit comments

Comments
 (0)