|
68 | 68 | <license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license>
|
69 | 69 | <notes>
|
70 | 70 | <![CDATA[
|
71 |
| -## All products |
72 |
| -### Added |
73 |
| -- Add support for file based configuration (library-config) #3068 |
74 |
| -
|
75 | 71 | ## Tracer
|
76 |
| -### Added |
77 |
| -- Add DDTrace\try_drop_span() API #3136 |
78 |
| -- Add support for PDO::connect #3125 |
79 |
| -- Add span creation and close handlers #3123 |
80 |
| -- API Gateway Tracing #3116 |
81 |
| -- Add a Ratchet integration #3115 |
82 |
| -- Baggage Header Propagation Support #3102 |
83 |
| -- Crashtracking for windows #3099 |
84 |
| -
|
85 |
| -### Changed |
86 |
| -- Enable 128 bit trace_id logging by default #3163 |
87 |
| -- Allow whitespace as separator in DD_TAGS #3162 |
88 |
| -- Implement Disable APM Tracing #3080 |
89 |
| -
|
90 |
| -### Fixed |
91 |
| -- Support both ENOTSUP and ENOSYS in shm_open fallback Datadog/libdatadog#969 |
92 |
| -- Handle flushing of multiple traces at once #3176 |
93 |
| -
|
94 |
| -### Internal |
95 |
| -- Show actual file and line for occurrence of exceptions as well #3172 |
96 |
| -- Support ZSTR_PARENT known_string #3106 |
97 |
| -
|
98 |
| -## Profiling |
99 |
| -### Added |
100 |
| -- Add profiling and appsec to SSI #3063 |
101 |
| -
|
102 | 72 | ### Fixed
|
103 |
| -- FrankenPHP idle phase #3169 |
104 |
| -- Add active span null check #3164 |
105 |
| -- Avoid some OOM panics and avoid long strings #3151 |
106 |
| -- Fix upscaling of I/O profiles #3146 |
107 |
| -
|
108 |
| -### Internal |
109 |
| -- Add 'tracing' features to capture time spent walking the stack #3094 |
110 |
| -
|
111 |
| -## Application Security Management |
112 |
| -### Added |
113 |
| -- Implement API Security Sampling RFC #3117 |
114 |
| -- Add authenticated user tracking #3114 |
115 |
| -- Add profiling and appsec to SSI #3063 |
116 |
| -
|
117 |
| -### Changed |
118 |
| -- Upgrade libddwaf #3126 |
119 |
| -
|
120 |
| -### Fixed |
121 |
| -- Emit asm event on user events #3170 |
122 |
| -
|
123 |
| -### Internal |
124 |
| -- Add more logging around stack generation #3096 |
| 73 | +- Defer dropping the exec span to close time (#3181) |
125 | 74 | ]]></notes>
|
126 | 75 | <contents>
|
127 | 76 | <dir name="/">
|
|
0 commit comments