Skip to content

Commit a0ebaac

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

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## 2.36.0/2025-06-16
4+
5+
### Changed
6+
* Add billing read permission [#2902](https://github.com/DataDog/datadog-api-client-java/pull/2902)
7+
* Update DORA endpoints [#2885](https://github.com/DataDog/datadog-api-client-java/pull/2885)
8+
9+
### Added
10+
* Add `form` field for `multipart/form-data` HTTP API tests [#2898](https://github.com/DataDog/datadog-api-client-java/pull/2898)
11+
* Add new endpoint to upsert/list/delete custom kinds [#2892](https://github.com/DataDog/datadog-api-client-java/pull/2892)
12+
* Add spec for team on-call endpoint [#2890](https://github.com/DataDog/datadog-api-client-java/pull/2890)
13+
* Add support for all subtypes in multistep steps [#2865](https://github.com/DataDog/datadog-api-client-java/pull/2865)
14+
* Added new optional field definition to include more detail in findings for '/api/v2/posture_management/findings' [#2863](https://github.com/DataDog/datadog-api-client-java/pull/2863)
15+
* Exposing set action on Terraform V2 [#2862](https://github.com/DataDog/datadog-api-client-java/pull/2862)
16+
* Add monitor draft status field [#2861](https://github.com/DataDog/datadog-api-client-java/pull/2861)
17+
* Add rum application to restriction policy [#2762](https://github.com/DataDog/datadog-api-client-java/pull/2762)
18+
319
## 2.35.0/2025-05-28
420

521
### Fixed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ import,org.tomitribe:tomitribe-http-signatures,Apache-2.0,
111111
import,org.xmlunit:xmlunit-core,Apache-2.0,
112112
import,org.xmlunit:xmlunit-legacy,BSD-3-Clause,2001-2015 - Jeff Martin and Tim Bacon
113113
import,org.xmlunit:xmlunit-placeholders,Apache-2.0,
114+
import,net.bytebuddy:byte-buddy,Apache-2.0,2014- Rafael Winterhalter

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.35.0</version>
7+
<version>2.36.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.35.0</version>
602+
<version>2.36.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.35.0</version>
608+
<version>2.36.0</version>
609609
<scope>test</scope>
610610
</dependency>
611611
</dependencies>

0 commit comments

Comments
 (0)