File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed
Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.37.0/2025-06-23
4+
5+ ### Fixed
6+ * Fix basic auth requirements [ #2932 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2932 )
7+ * Add support for the api_security detection rule type [ #2927 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2927 )
8+
9+ ### Added
10+ * Microsoft Sentinel Public API support [ #2930 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2930 )
11+ * Add hash field to actions in CWS agent rules [ #2921 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2921 )
12+ * Add custom fields to Rule update/validate API public documentation. [ #2917 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2917 )
13+ * SDCD-1142: adding ` custom_tags ` optional attribute to DORA API spec [ #2897 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2897 )
14+ * Add sampling fields to SDS spec [ #2893 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2893 )
15+ * Add API spec for team hierarchy APIs [ #2871 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2871 )
16+
17+ ### Changed
18+ * Update events intake specs for v2 Events post endpoint [ #2907 ] ( https://github.com/DataDog/datadog-api-client-java/pull/2907 )
19+
320## 2.36.0/2025-06-16
421
522### Changed
Original file line number Diff line number Diff line change 44 <artifactId >datadog-api-client</artifactId >
55 <packaging >jar</packaging >
66 <name >datadog-api-client</name >
7- <version >2.36 .0</version >
7+ <version >2.37 .0</version >
88 <url >https://github.com/DataDog/datadog-api-client-java</url >
99 <description >Java client library for Datadog API</description >
1010 <scm >
599599 <dependency >
600600 <groupId >net.javacrumbs.json-unit</groupId >
601601 <artifactId >json-unit</artifactId >
602- <version >2.36 .0</version >
602+ <version >2.37 .0</version >
603603 <scope >test</scope >
604604 </dependency >
605605 <dependency >
606606 <groupId >net.javacrumbs.json-unit</groupId >
607607 <artifactId >json-unit-assertj</artifactId >
608- <version >2.36 .0</version >
608+ <version >2.37 .0</version >
609609 <scope >test</scope >
610610 </dependency >
611611 </dependencies >
You can’t perform that action at this time.
0 commit comments