File tree Expand file tree Collapse file tree 6 files changed +9
-15
lines changed Expand file tree Collapse file tree 6 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ HunterGate(
9
9
URL "https://github.com/cpp-pm/hunter/archive/v0.23.314.tar.gz"
10
10
SHA1 "95c47c92f68edb091b5d6d18924baabe02a6962a" )
11
11
12
- project (ddappsec VERSION 0.92.1 )
12
+ project (ddappsec VERSION 0.92.2 )
13
13
14
14
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
15
15
set (CMAKE_C_STANDARD 11 )
Original file line number Diff line number Diff line change 1
1
#ifndef PHP_DDTRACE_VERSION
2
2
// Must begin with a number for Debian packaging requirements
3
- #define PHP_DDTRACE_VERSION "0.92.1 "
3
+ #define PHP_DDTRACE_VERSION "0.92.2 "
4
4
#endif
Original file line number Diff line number Diff line change 64
64
<![CDATA[
65
65
## Tracer
66
66
### Fixed
67
- - Handle UnwindExit in sandbox error reporting #2288
68
- - Add a safeguard nullcheck for the sidecar into telemetry reporting #2293
67
+ - Fix ZAI config handling for .htaccess with php-fpm #2298
69
68
70
- ## Profiling
69
+ ## Application Security Management (0.14.2)
71
70
### Fixed
72
- - Do not leak module entry on purpose #2291
73
- - Fix allocation profiling shutdown with USE_ZEND_ALLOC=0 crashing #2294
74
-
75
- ## Application Security Management (0.14.1)
76
- ### Fixed
77
- - Improve tracer state detection DataDog/dd-appsec-php#305
78
- - Fix setting perdir INI setting for multiple ZAI config users #2277
71
+ - Always update enabled status on RINIT DataDog/dd-appsec-php#307
72
+ - Fix ZAI config handling for .htaccess with php-fpm #2298
79
73
]]> </notes >
80
74
<contents >
81
75
<dir name =" /" >
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " datadog-php-profiling"
3
- version = " 0.92.1 "
3
+ version = " 0.92.2 "
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
rust-version = " 1.64"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ final class Tracer implements TracerInterface
24
24
* Must begin with a number for Debian packaging requirements
25
25
* Must use single-quotes for packaging script to work
26
26
*/
27
- const VERSION = '0.92.1 ' ;
27
+ const VERSION = '0.92.2 ' ;
28
28
29
29
/**
30
30
* @var Span[][]
You can’t perform that action at this time.
0 commit comments