|
62 | 62 | <license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license> |
63 | 63 | <notes> |
64 | 64 | <![CDATA[ |
65 | | -This release adds support for PHP 8.3 for the tracer and the profiler. Please be aware that we are currently building against PHP 8.3.0 RC3. |
66 | | -
|
67 | 65 | ## Tracer |
68 | | -### Added |
69 | | -- Add Magento 2 Integration #2274 |
70 | | -- Support for PHP 8.3 #2098, #2282 |
71 | | -- Add a configuration flag to disable laravel queue distributed tracing #2304 |
72 | | -- Laminas RESTful methods handling #2322 |
73 | | -- Expand arrays in meta and metrics into nested-tag format #2302, #2333 |
74 | | -- Report extensions used in telemetry #2295 |
75 | | -
|
76 | | -### Changed |
77 | | -- Redis Span Removal and Priority Sampling Orphans Cleanup #2306 |
78 | | -- Subclass SpanData with RootSpanData #2309 |
79 | | -- Refactor tightly coupled extraction state #2314 |
80 | | -
|
81 | | -### Fixed |
82 | | -- Propagate env to telemetry #2313 |
83 | | -- Fix ZAI config handling for .htaccess with php-fpm #2298 |
84 | | -- Explicitly drop dd.p.dm if provided in propagated tags when the incoming sampling priority is reject #2310 |
85 | | -- Strictly validate dd.p.tid #2303 |
86 | | -- Fix PHP 5: The Drupal integration is not part of PHP 5 #2326 |
87 | | -- Avoid %.*s in places where longer strings are used #2330 |
88 | | -- Respect service mapping when propagating for DBM #2321 |
89 | | -- Specify the odbc driver in db.system and exclude the Ingres driver from DBM #2334 |
90 | | -- Fix daemonization of sidecar closing stderr properly DataDog/libdatadog#271 |
91 | | -
|
92 | | -## Profiling |
93 | | -
|
94 | | -### Added |
95 | | -- Support for PHP 8.3 #2098, #2282 |
96 | | -
|
97 | | -### Fixed |
98 | | -- neighboring extension handling in `gc_mem_caches()` #2297 |
99 | | -- panic after shutdown of forked child when `USE_ZEND_ALLOC=0` #2301 |
100 | | -- fix typo in info log message #2307 |
101 | | -- sampling distance in exception profiling #2323 |
102 | | -- reuse thread RNG and poisson sampler #2320 |
103 | | -
|
104 | | -### Internal changes |
105 | | -- fix reliability environment deployment #2289 |
106 | | -- upgrade to `libdatadog` v5 #2299 |
107 | | -- add memory benchmark #2319 |
108 | | -- fix flaky exception correctness test #2331 |
109 | | -
|
110 | | -## Application Security Management (0.14.3) |
111 | 66 | ### Fixed |
112 | | -- Set sampling priority using ddtrace_set_priority_sampling_on_root DataDog/dd-appsec-php#311 |
| 67 | +- Reset distributed context on request init #2340 |
113 | 68 | ]]></notes> |
114 | 69 | <contents> |
115 | 70 | <dir name="/"> |
|
0 commit comments