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.36.0/2025-06-23
4
+
5
+ ### Fixed
6
+ * Fix basic auth requirements [ #2481 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2481 )
7
+ * Add support for the api_security detection rule type [ #2476 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2476 )
8
+
9
+ ### Added
10
+ * Microsoft Sentinel Public API support [ #2479 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2479 )
11
+ * Add hash field to actions in CWS agent rules [ #2470 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2470 )
12
+ * Add custom fields to Rule update/validate API public documentation. [ #2466 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2466 )
13
+ * SDCD-1142: adding ` custom_tags ` optional attribute to DORA API spec [ #2451 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2451 )
14
+ * Add sampling fields to SDS spec [ #2447 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2447 )
15
+ * Add API spec for team hierarchy APIs [ #2420 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2420 )
16
+
17
+ ### Changed
18
+ * Update events intake specs for v2 Events post endpoint [ #2460 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2460 )
19
+
3
20
## 2.35.0/2025-06-16
4
21
5
22
### Fixed
Original file line number Diff line number Diff line change 1
1
# Define library version.
2
2
3
3
module DatadogAPIClient
4
- VERSION = '2.35 .0'
4
+ VERSION = '2.36 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments