Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## 2.36.0/2025-06-16

### Changed
* Add billing read permission [#2902](https://github.com/DataDog/datadog-api-client-java/pull/2902)
* Update DORA endpoints [#2885](https://github.com/DataDog/datadog-api-client-java/pull/2885)

### Added
* Add `form` field for `multipart/form-data` HTTP API tests [#2898](https://github.com/DataDog/datadog-api-client-java/pull/2898)
* Add new endpoint to upsert/list/delete custom kinds [#2892](https://github.com/DataDog/datadog-api-client-java/pull/2892)
* Add spec for team on-call endpoint [#2890](https://github.com/DataDog/datadog-api-client-java/pull/2890)
* Add support for all subtypes in multistep steps [#2865](https://github.com/DataDog/datadog-api-client-java/pull/2865)
* 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)
* Exposing set action on Terraform V2 [#2862](https://github.com/DataDog/datadog-api-client-java/pull/2862)
* Add monitor draft status field [#2861](https://github.com/DataDog/datadog-api-client-java/pull/2861)
* Add rum application to restriction policy [#2762](https://github.com/DataDog/datadog-api-client-java/pull/2762)

## 2.35.0/2025-05-28

### Fixed
Expand Down
1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ import,org.tomitribe:tomitribe-http-signatures,Apache-2.0,
import,org.xmlunit:xmlunit-core,Apache-2.0,
import,org.xmlunit:xmlunit-legacy,BSD-3-Clause,2001-2015 - Jeff Martin and Tim Bacon
import,org.xmlunit:xmlunit-placeholders,Apache-2.0,
import,net.bytebuddy:byte-buddy,Apache-2.0,2014- Rafael Winterhalter
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>datadog-api-client</artifactId>
<packaging>jar</packaging>
<name>datadog-api-client</name>
<version>2.35.0</version>
<version>2.36.0</version>
<url>https://github.com/DataDog/datadog-api-client-java</url>
<description>Java client library for Datadog API</description>
<scm>
Expand Down Expand Up @@ -599,13 +599,13 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.35.0</version>
<version>2.36.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>2.35.0</version>
<version>2.36.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down