|
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 | | -
|
66 | | -This release introduces support for arm64 and PHP 8.3 for appsec. Additionally, it adds schema extraction and classification to appsec, which forms the foundation for API security. Finally, the appsec extension has been officially incorporated into the dd-trace-php repository and will adhere to the same versioning scheme as the tracer and profiler. |
| 65 | +Exception profiling is now enabled by default. You can manage it using the `DD_PROFILING_EXCEPTION_ENABLED` environment variable or the `datadog.profiling.exception_enabled` setting in the INI file. Although the `DD_PROFILING_EXPERIMENTAL_EXCEPTION_ENABLED` environment variable and `datadog.profiling.experimental_exception_enabled` INI setting still work, the new ones take precedence. |
67 | 66 |
|
68 | 67 | ## Tracer |
| 68 | +
|
69 | 69 | ### Added |
70 | | -- Add http.route to CodeIgniter #2379 |
| 70 | +- Implement extended sampling #2384 |
71 | 71 |
|
72 | 72 | ### Fixed |
73 | | -- Use http_code instead of connect_time to detect curl errors #2391 |
74 | | -- Fix handling of invalid persistent JSON #2381 |
75 | | -- Zero pad the tid and exclude it from OTel tracestate #2386 |
| 73 | +- Add PHP 8.3 to supported versions #2417 (thank you @markwalet) |
| 74 | +- OTel: Fix analytics.event override (#2409) |
| 75 | +- Fix dddbs service mapping #2413 |
| 76 | +- WordPress: Avoid Setting User ID When Unauthenticated #2424 |
76 | 77 |
|
77 | | -### Internal changes |
78 | | -- Update CI images to use PHP 8.3.0rc6, pin mongodb for PHP 7.2-7.3 #2382 |
79 | | -- Update CI images to 8.1.26, 8.2.13 and 8.3.0 and XDedug to 3.3.0 #2400 #2405 |
80 | | -- Add macrobenchmark runs #2408 |
| 78 | +### Internal Changes |
| 79 | +- CI: Handle latest Alpine 3.19 image #2418 |
| 80 | +- CI: Complements PHP 8.3 test suites #2419 |
81 | 81 |
|
82 | 82 | ## Profiling |
83 | | -### Internal changes |
84 | | -- add allocation and exception count to event.json #2392 |
85 | 83 |
|
86 | | -## Application Security Management |
87 | 84 | ### Added |
88 | | -- Implement sampler and processor trigger DataDog/dd-appsec-php#308 |
89 | | -- Zip long schemas DataDog/dd-appsec-php#315 |
90 | | -- Add compression library to helper DataDog/dd-appsec-php#316 |
91 | | -- Always serialize schemas when available #2406 |
92 | | -- Upgrade libddwaf to v1.15.1 #2377 |
93 | | -### Internal changes |
94 | | -- Fix fuzzer build & increase RSS limit DataDog/dd-appsec-php#313 |
95 | | -- Build AppSec extension & helper in CI with support for Arm64 and PHP 8.3 #2344 |
96 | | -- AppSec extension & helper unit tests in CI #2349 |
97 | | -- Package appsec using new builds #2369 |
| 85 | +- GA exception profiling #2403 |
| 86 | +- allow enabling all experimental features using `datadog.profiling.experimental_features_enabled` #2385 |
98 | 87 |
|
| 88 | +### Internal Changes |
| 89 | +- run prof-correctness nightly in `master` branch #2420 |
99 | 90 | ]]></notes> |
100 | 91 | <contents> |
101 | 92 | <dir name="/"> |
|
0 commit comments