|
1 | 1 | Changelog for older versions can be found in our [release page](https://github.com/DataDog/dd-trace-php/releases). |
2 | 2 |
|
3 | | -## All products |
4 | | -### Internal |
5 | | -- Add injection metadata fields to telemetry forwarder #3359 |
6 | | - |
7 | 3 | ## Tracer |
8 | | -### Added |
9 | | -- Add http.route tag to SymfonyIntegration.php #2992 |
10 | | -- Add setting to avoid obfuscating mongodb queries #3390 |
11 | | -- Handle native HTTP requests #3366 |
12 | | - |
13 | 4 | ### Changed |
14 | | -- Expose curl_multi_exec_get_request_spans() as non-internal #3389 |
15 | | -- Use resources_weak_* API for Curl as well #3386 |
16 | | -- Gracefully handle sidecar broken pipes #3370 |
17 | | -- Enable log injection by default #3355 |
| 5 | +- Reduce integrations overhead #3380 |
| 6 | +- Avoid unnecessary gc_collect_cycles if there's no open span #3428 |
| 7 | +- Make use of fast_shutdown to avoid freeing overhead #3429 |
| 8 | +- Optimize PDOIntegration::parseDsn() #3430 |
18 | 9 |
|
19 | 10 | ### Fixed |
20 | | -- Capture the stack for log probes #3367 |
21 | | -- Properly cache the telemetry cache #3387 |
22 | | -- Fix names of global git tags for debugger #3377 |
23 | | -- Fix SQLSRVIntegration resource handling #3379 |
24 | | -- Set DD_APPSEC_RASP_ENABLED default to true as on the tracer #3374 |
25 | | -- Fix top Code Origin frame for ExecIntegration and KafkaIntegration #3392 |
26 | | - |
27 | | -### Internal |
28 | | -- Update baggage telemetry typo #3382 |
29 | | -- Switch to bookworm containers #3375 |
| 11 | +- Fix #3135: Force flushing on shutdown of entry point processes #3398 |
| 12 | +- Support curl_multi_exec root spans #3419 |
| 13 | +- Fix a couple memory leaks #3420 |
30 | 14 |
|
31 | | -## Application Security Management |
| 15 | +## Profiling |
32 | 16 | ### Added |
33 | | -- Add fingerprint capabilities #3371 |
34 | | -- Implement jwt #3352 |
| 17 | +- Add source code integration #3418 |
35 | 18 |
|
36 | 19 | ### Fixed |
37 | | -- Fix musl appsec helper shutdown crash #3378 |
| 20 | +- Fix missing line numbers #3417 |
| 21 | +- Early init default connector to fix env var race #3432 |
38 | 22 |
|
39 | 23 | ### Internal |
40 | | -- Fix submission of telemetry logs from appsec #3373 |
| 24 | +- Refactor tag handling #3423 |
| 25 | +- Permanently enable compilation of allocation, exception, and timeline features #3431 |
0 commit comments