From 428620ae7061b2e4b9f6f58e4a5017cbd9be06db Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 24 Oct 2022 15:11:36 +0000 Subject: [PATCH 1/2] Version bump 2.4.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e32747f197..aa5b12f46c8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ datadog-api-client jar datadog-api-client - 2.3.1-SNAPSHOT + 2.4.0 https://github.com/DataDog/datadog-api-client-java Java client library for Datadog API From 6dee2ecece529b03d510fbd47f8dcd677e7cdcc8 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:11:39 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e2709555b..7451db2c6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG +## 2.4.0 / 2022-10-24 + +### Fixed +* Add Default Rule ID in SignalRuleResponseQuery by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1523 +* Remove incident's resolved attribute from update requests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1524 +* Fix event monitor created_at by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1525 +* Fix spectral rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1528 +* Bump jackson databind by @therve in https://github.com/DataDog/datadog-api-client-java/pull/1533 +### Added +* Add notify_by monitor option by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1515 +* Add support for service definitions APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1529 +* Add support for confluent cloud integration by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1475 +### Deprecated +* Deprecate metric field of Security Monitoring Rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1534 + + +**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.3.0...datadog-api-client-2.4.0 + ## 2.3.0 / 2022-10-03 ### Fixed