From e5a31fdd4b15f4eda32d90e0f29f4bed1932b255 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 16 Jun 2025 09:08:55 +0000 Subject: [PATCH] Bump versions and add changelog entries. --- CHANGELOG.md | 16 ++++++++++++++++ LICENSE-3rdparty.csv | 1 + pom.xml | 6 +++--- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628f6b2821e..c80f5b84adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index b44fff82723..3634c3b7ff0 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -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 diff --git a/pom.xml b/pom.xml index 0cc863677dc..36903cc29c9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ datadog-api-client jar datadog-api-client - 2.35.0 + 2.36.0 https://github.com/DataDog/datadog-api-client-java Java client library for Datadog API @@ -599,13 +599,13 @@ net.javacrumbs.json-unit json-unit - 2.35.0 + 2.36.0 test net.javacrumbs.json-unit json-unit-assertj - 2.35.0 + 2.36.0 test