Skip to content

Commit bc34608

Browse files
authored
Bump to 1.13.0 (#3435)
1 parent 21e1a31 commit bc34608

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

CHANGELOG.md

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,25 @@
11
Changelog for older versions can be found in our [release page](https://github.com/DataDog/dd-trace-php/releases).
22

3-
## All products
4-
### Internal
5-
- Add injection metadata fields to telemetry forwarder #3359
6-
73
## 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-
134
### 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
189

1910
### 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
3014

31-
## Application Security Management
15+
## Profiling
3216
### Added
33-
- Add fingerprint capabilities #3371
34-
- Implement jwt #3352
17+
- Add source code integration #3418
3518

3619
### 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
3822

3923
### 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.13.0

0 commit comments

Comments
 (0)