You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,45 @@
2
2
3
3
Changelogs for versions not listed here can be found at https://github.com/DataDog/dd-trace-py/releases
4
4
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
+
5
44
---
6
45
7
46
## 3.2.1
@@ -30,6 +69,7 @@ Changelogs for versions not listed here can be found at https://github.com/DataD
30
69
- LLM Observability
31
70
- Resolves an issue where large spans traced within a short time interval were dropped despite being under the 1 MB limit.
32
71
72
+
33
73
---
34
74
35
75
## 2.21.5
@@ -144,6 +184,7 @@ Changelogs for versions not listed here can be found at https://github.com/DataD
144
184
- Single-Step Instrumentation
145
185
- 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).
0 commit comments