Skip to content

Commit 7954d35

Browse files
authored
Bump to 1.10.0 (#3276)
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
1 parent dcca008 commit 7954d35

File tree

4 files changed

+30
-27
lines changed

4 files changed

+30
-27
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

components-rs/common.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,11 @@ typedef enum ddog_RemoteConfigCapabilities {
408408
} ddog_RemoteConfigCapabilities;
409409

410410
typedef enum ddog_RemoteConfigProduct {
411+
DDOG_REMOTE_CONFIG_PRODUCT_AGENT_CONFIG,
412+
DDOG_REMOTE_CONFIG_PRODUCT_AGENT_TASK,
411413
DDOG_REMOTE_CONFIG_PRODUCT_APM_TRACING,
412-
DDOG_REMOTE_CONFIG_PRODUCT_ASM_DATA,
413414
DDOG_REMOTE_CONFIG_PRODUCT_ASM,
415+
DDOG_REMOTE_CONFIG_PRODUCT_ASM_DATA,
414416
DDOG_REMOTE_CONFIG_PRODUCT_ASM_DD,
415417
DDOG_REMOTE_CONFIG_PRODUCT_ASM_FEATURES,
416418
DDOG_REMOTE_CONFIG_PRODUCT_LIVE_DEBUGGER,

package.xml

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<name>Luca Abbati</name>
2121
<user>labbati</user>
2222
<email>luca.abbati@gmail.com</email>
23-
<active>yes</active>
23+
<active>no</active>
2424
</lead>
2525
<lead>
2626
<name>Bob Weinand</name>
@@ -70,48 +70,49 @@
7070
<![CDATA[
7171
## All products
7272
### Added
73-
- Update config telemetry to support stable config #3198
73+
- Add injection information to phpinfo output for the SSI loader #3271
74+
- Allow specifying datadog.loader.force_inject=1 in loader #3278
75+
76+
### Fixed
77+
- Add missing dep to injected ddappsec #3252
78+
- Filter SSI paths from installer ini paths #3275
7479
7580
## Tracer
7681
### Added
77-
- Support DD_DOGSTATSD_HOST configuration #3167
78-
- Add referrer hostname as span tag #3196
82+
- Add http status error configuration #3223 (Thanks @scott-shields-github)
83+
- Baggage span tags #3262
7984
8085
### Changed
81-
- Capture key before first colon in DD_TAGS #3179
86+
- Avoid retrieving all the roots all the time in remote config DataDog/libdatadog#1069
8287
8388
### Fixed
84-
- Check server first before accessing in ddtrace_ip_extraction_find #3216
85-
- Fix assumptions around interned strings on PHP 7.3 #3224
86-
- Fix initial double remote config reading #3225, #3238
87-
- Fix dropped trace payloads for the sidecar Datadog/libdatadog#1047
88-
- Fix Windows VirtualProtect call #3229
89+
- Fix Laravel error reporting #3185
90+
- Fix crash with non-interned string in Trace attribute tags #3251
91+
- Init ddtrace_coms_globals.tmp_stack #3256 (Thanks @junjihashimoto)
92+
- Enhance Guzzle integration to handle promise fulfillment state #3260
93+
- Block signals for mysqli_real_connect too #3264
94+
- Fix exception serialize arena cleanup #3272
95+
- Handle stack-allocated execute_data but outside of stack allocated func #3273
96+
- Fix WordPress integration hook handling for "static" and object methods #3274
8997
9098
### Internal
91-
- Store debug symbols in the SSI archive #3217
99+
- Remove non actionnable telemetry logs #3270
92100
93101
## Profiling
94-
### Added
95-
- Configurable allocation sampling distance #3227
96-
97102
### Changed
98-
- Accept auto as valid value for DD_PROFILING_ENABLED #3166
103+
- Re-enable allocation profiling with JIT for PHP 8.4.7 #3277
99104
100105
### Fixed
101-
- Fix empty internal metadata #3228
102-
- Follow PHP globals model in allocation profiler #3175
106+
- Fix borrow error in request shutdown #3247
107+
- Fix crash in ZEND_INIT_ARRAY #3255
103108
104109
### Internal changes
105-
- Bump libdatadog to version 18 #3229
110+
- Add opcache tags in crash report #3231
111+
- Use local_key_cell_methods #3248
106112
107113
## Application Security Management
108-
### Added
109-
- AppSec support for Frankenphp #3165
110-
- Detection/blocking of SQL injections through libddwaf #3186
111-
- Add RASP_SQLI remote config capability #3203
112-
113114
### Fixed
114-
- Make Appsec blocking compatible with Laravel error handler #3110
115+
- Use the ddtrace handle instead of dlopen(NULL) #3244, #3249
115116
]]></notes>
116117
<contents>
117118
<dir name="/">

0 commit comments

Comments
 (0)