You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- apk add --no-cache ca-certificates # see https://support.circleci.com/hc/en-us/articles/360016505753-Resolve-Certificate-Signed-By-Unknown-Authority-error-in-Alpine-images?flash_digest=39b76521a337cecacac0cc10cb28f3747bb5fc6a
@@ -987,6 +991,7 @@
987
991
- job: datadog-setup.php
988
992
artifacts: true
989
993
before_script:
994
+
<?phpdockerhub_login() ?>
990
995
- mkdir build
991
996
- mv packages build
992
997
- '# Fix yum config, as centos 7 is EOL and mirrorlist.centos.org does not resolve anymore - https://serverfault.com/a/1161847'
Changelog for older versions can be found in our [release page](https://github.com/DataDog/dd-trace-php/releases).
2
2
3
3
## All products
4
-
- Add PHP 8.5 support #3400
5
-
6
-
## Tracer
7
-
### Added
8
-
- Implement APM endpoint resource renaming #3415
9
-
- Enable dynamic configuration for debugger-related products #3476
10
-
11
-
### Fixed
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
4
### 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
5
+
- bump tracing-core from 0.1.33 to 0.1.35 #3516
25
6
26
-
## Profiling
7
+
## Tracer
27
8
### Internal
28
-
- Cleanup I/O profiling code #3406
29
-
- Upgrade to libdatadog v23, profiling uses zstd now #3470
30
-
- Switch panics to abort #3474
9
+
- Const-ify some logging thread-local variables #3513
0 commit comments