|
62 | 62 | <license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license>
|
63 | 63 | <notes>
|
64 | 64 | < to configure profiling. |
| 100 | +
|
90 | 101 | ### Added
|
91 |
| -- prevent emitting empty profiles #2397 |
| 102 | +- Enable timeline by default #2480. This can be disabled by setting the INI setting datadog.profiling.timeline_enabled to 0 or false. Using the datadog-setup.php script is recommended, for example: |
92 | 103 |
|
93 |
| -### Fixed |
94 |
| -- potential allocation profiling crashes with certain opcodes #2352 |
| 104 | + php datadog-setup.php config set --php-bin all -ddatadog.profiling.timeline_enabled=0 |
| 105 | +- PHP ZTS support for CPU- and Wall Time profiling #2470 |
| 106 | +- Add exception message to exception sample (opt-in) #2434 |
| 107 | +
|
| 108 | +### Changed |
| 109 | +- Breaking-change: require system INIs for profiling features #2468 |
95 | 110 |
|
96 |
| -### Internal Changes |
97 |
| -- test with address sanitizer on bookworm with GH actions #2432 |
98 |
| -- make the profiler compile in ZTS PHP #2463 |
99 |
| -- extract wall_time.rs file #2467 |
| 111 | +### Internal |
| 112 | +- Update dependencies and pin `ahash` #2479 |
| 113 | +- Fix clippy::single-match #2482 |
| 114 | +- Update to libdatadog 6 #2513 |
| 115 | +- Refactor: use SystemSettings in locals #2487 |
| 116 | +- Fix accidentally skipped tests #2517 |
100 | 117 |
|
101 | 118 | ## Application Security Management
|
102 |
| -### Internal changes |
103 |
| -- Change schema extraction zip compression to PHP_ZLIB_ENCODING_GZIP #2447 |
| 119 | +### Added |
| 120 | +- Roadrunner appsec support #2443 |
| 121 | +- Provide server.response.body #2489 |
| 122 | +- Support json/xml request bodies #2499 |
| 123 | +
|
| 124 | +### Changed |
| 125 | +- Change ip header parsing/header reporting #2503 |
| 126 | +
|
| 127 | +### Fixed |
| 128 | +- Fix blocking on PHP 7.0-7.1 ZTS #2502 |
| 129 | +
|
| 130 | +### Internal |
| 131 | +- Upgrade libddwaf and ruleset #2520 |
104 | 132 | ]]></notes>
|
105 | 133 | <contents>
|
106 | 134 | <dir name="/">
|
|
0 commit comments