Skip to content

Commit 9006bb9

Browse files
version bump and changelog
1 parent 0496cc2 commit 9006bb9

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.6.0

package.xml

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,41 @@
6969
<notes>
7070
<![CDATA[
7171
## Tracer
72-
7372
### Added
74-
- Add mysqli_real_query to MysqliIntegration #2965
73+
- `8.4` supported version in `datadog-setup.php` #2984 (thanks @greg0ire)
74+
### Fixed
75+
- JIT enabled detection in SSI loader #2971
76+
- Block signals for more functions #2999
77+
- Use-after-free with live-debugger #2989
78+
- root span name in Slim V4 #3020
79+
- PHP 8.4 deprecations #2981 (thanks @JeppeKnockaert)
80+
- Avoid repeated processing of internal functions #3022
81+
### Internal
82+
- Kafka Integration #3004
83+
- Leave a hint at what to do if the temp dir is not writable in installer #3015
84+
- `library_entrypoint.start` metric #3009
85+
- Bump rust to 1.78 #3005
86+
- Exit if execv failed #2983
87+
- Compatibility with newest arginfo gen_stub from PHP 8.4 #2973
7588
7689
## Application Security Management
77-
90+
### Added
91+
- Support for endpoint, header, network and session fingerprints #2955
92+
- WAF telemetry #2735
93+
- Implement LFI #2770
94+
- ASM Standalone #2903
95+
- Let standard limiters to work when standalone not enabled #3001
96+
### Changed
97+
- Upgrade libddwaf to v1.22.0 #3007
7898
### Fixed
79-
- Bridge more musl/glibc diffs in aarch64 Datadog/nginx-datadog#140
99+
- Restart usleep() on EINTR #3002
100+
- recv/writev calls in the face of interrupting signals #3008
101+
- Blocking from a hook is not stopping code execution #2836
80102
103+
## Profiling
104+
### Fixed
105+
- crash on PHP 8.4 #3019 (thanks @SanderVerkuil)
106+
- Mismatch in UTF8 handling #2990
81107
]]></notes>
82108
<contents>
83109
<dir name="/">

0 commit comments

Comments
 (0)