From d3a28b43cbc8dadd9a3c2a7fa8b32e5752ba197c Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 17 Aug 2022 13:42:45 +0000 Subject: [PATCH 1/2] Version bump 2.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 07dc807a471..47234645206 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ datadog-api-client jar datadog-api-client - 2.1.1-SNAPSHOT + 2.2.0 https://github.com/DataDog/datadog-api-client-java Java client library for Datadog API From 1812950b4f572c32f8f54ffc46d04801fef66a29 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:42:50 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f24c4a7cbb1..04690feba11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## 2.2.0 / 2022-08-17 + +### Fixed +* Update Pagerduty operation `DeletePagerDutyIntegrationService` response status code by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1438 +* Add missing package relocations in the shaded jar by @skarimo in https://github.com/DataDog/datadog-api-client-java/pull/1456 +### Added +* Cleanup exceptions for pagination helper methods by @skarimo in https://github.com/DataDog/datadog-api-client-java/pull/1446 +* Add support for digest auth in synthetics tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1448 +* Add support for RUM application endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1449 +* add priority parameters for dashboard monitor summary widget by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1454 +* Add missing dependencies into the shaded jar by @skarimo in https://github.com/DataDog/datadog-api-client-java/pull/1453 + + +**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.1.0...datadog-api-client-2.2.0 + ## 2.1.0 / 2022-08-01 ### Fixed