File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.40.0/2025-06-23
4
+
5
+ ### Fixed
6
+ * Fix basic auth requirements [ #3163 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3163 )
7
+ * Add support for the api_security detection rule type [ #3158 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3158 )
8
+
9
+ ### Added
10
+ * Microsoft Sentinel Public API support [ #3161 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3161 )
11
+ * Add custom fields to Rule update/validate API public documentation. [ #3150 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3150 )
12
+ * Add hash field to actions in CWS agent rules [ #3147 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3147 )
13
+ * SDCD-1142: adding ` custom_tags ` optional attribute to DORA API spec [ #3134 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3134 )
14
+ * Add sampling fields to SDS spec [ #3129 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3129 )
15
+ * Add API spec for team hierarchy APIs [ #3105 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3105 )
16
+
17
+ ### Changed
18
+ * Update events intake specs for v2 Events post endpoint [ #3144 ] ( https://github.com/DataDog/datadog-api-client-go/pull/3144 )
19
+
3
20
## 2.39.0/2025-06-16
4
21
5
22
### Fixed
Original file line number Diff line number Diff line change 1
1
package client
2
2
3
3
// Version used in User-Agent header.
4
- const Version = "2.39 .0"
4
+ const Version = "2.40 .0"
You can’t perform that action at this time.
0 commit comments