Skip to content

Commit 2513efa

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2940)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 0b9c2bd commit 2513efa

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -599,13 +599,13 @@
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>

0 commit comments

Comments
 (0)