From 66dac6464c896eb1ffd0ee8f89d22801deea6db6 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:39:45 -0500 Subject: [PATCH] Release 2.22.0 (#2376) * Version bump 2.22.0 * Update CHANGELOG --------- Co-authored-by: ci.datadog-api-spec Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> --- CHANGELOG.md | 20 ++++++++++++++++++++ version.go | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef79b48cc7..f1074751690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # CHANGELOG +## 2.22.0 / 2024-02-06 + +### Fixed +* Add test support for file parameters by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2356 +* Security Monitoring Suppressions - Make expiration date nullable in update payload by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2365 +### Added +* Security Monitoring - Add API support for suppression rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2351 +* Document support for BYDAY in SLO corrections by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2357 +* Add missing optional field env in DORA API endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2358 +* Add compressedProtoFile field to SyntheticsTestRequest by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2355 +* Add daily limit reset options to logs indexes api by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2359 +* Add support for API management API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2354 +* Add pagination helper for team memberships by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2367 +* Increase limit on allowed number of graphs in split graph widget by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2372 +### Deprecated +* Mark dashboard 'is_read_only' and 'restricted_roles' properties as deprecated by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2343 + + +**Full Changelog**: https://github.com/DataDog/datadog-api-client-go/compare/v2.21.0...v2.22.0 + ## 2.21.0 / 2024-01-10 ### Added diff --git a/version.go b/version.go index 96b5cfe0c01..34799e9d73e 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package client // Version used in User-Agent header. -const Version = "2.21.1+dev" +const Version = "2.22.0"