Skip to content

Commit 12004d3

Browse files
authored
Bump to 1.14.0 (#3483)
* Bump to 1.14.0 Signed-off-by: Bob Weinand <[email protected]> * Ensure newest one-pipeline Signed-off-by: Bob Weinand <[email protected]> --------- Signed-off-by: Bob Weinand <[email protected]>
1 parent 7fd7b60 commit 12004d3

File tree

4 files changed

+31
-20
lines changed

4 files changed

+31
-20
lines changed

.gitlab/one-pipeline.locked.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitlab/one-pipeline.locked.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DO NOT EDIT THIS FILE MANUALLY
22
# This file is auto-generated by automation.
33
include:
4-
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/a0486057161f85a77e39ad2aa60ac66bb52414696d9b3dd87177df1057b11295/one-pipeline.yml
4+
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/c762b25a22618d89dfddbc4361923ed86909c425cebb8468a9d51aec478c83f2/one-pipeline.yml

CHANGELOG.md

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,38 @@
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+
- Add PHP 8.5 support #3400
5+
36
## Tracer
4-
### Changed
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
7+
### Added
8+
- Implement APM endpoint resource renaming #3415
9+
- Enable dynamic configuration for debugger-related products #3476
910

1011
### Fixed
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
12+
- Collect incompletely fetched CurlMulti handles upon destruction #3469
13+
- Safeguard proc_get_span in case proc_assoc_span is not happening #3471
14+
- Skip SSI injector in installer for accurate ini-dir readings #3472
15+
- Make stub file compatible with php 8.4+ parser #3475
16+
- Fix function resolver on PHP 8.0 and PHP 8.1 for targets without HAVE_GCC_GLOBAL_REGS and with active JIT #3482
17+
- Support ENOENT as shm_open failure mode DataDog/libdatadog#1315
18+
- This fixes a failure mode present on some serverless runtimes.
19+
20+
### Internal
21+
- Add crashtracker support for the sidecar #3453
22+
- Strip error messages from hook telemetry #3449
23+
- Collect runtime crash frames #3479
24+
- Use a dedicated endpoint for enriched logs DataDog/libdatadog#1338
1425

1526
## Profiling
16-
### Added
17-
- Add source code integration #3418
27+
### Internal
28+
- Cleanup I/O profiling code #3406
29+
- Upgrade to libdatadog v23, profiling uses zstd now #3470
30+
- Switch panics to abort #3474
1831

19-
### Fixed
20-
- Fix missing line numbers #3417
21-
- Early init default connector to fix env var race #3432
32+
## Application Security Management
33+
### Added
34+
- Print block_id #3444
2235

23-
### Internal
24-
- Refactor tag handling #3423
25-
- Permanently enable compilation of allocation, exception, and timeline features #3431
36+
### Changed
37+
- Upgrade libddwaf and rules #3438
38+
- Adapt security_response_id to latest #3480

VERSION

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

0 commit comments

Comments
 (0)