From 0afd302f03d1cb2df60b6da1ecad2f0a35a71345 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 27 May 2025 20:09:32 +0000 Subject: [PATCH] Bump versions and add changelog entries. --- CHANGELOG.md | 20 ++++++++++++++++++++ lib/datadog_api_client/version.rb | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index facff45eb4c4..d356315c1a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # CHANGELOG +## 2.34.0/2025-05-27 + +### Fixed +* add `include` parameter to On-Call team rules test [#2426](https://github.com/DataDog/datadog-api-client-ruby/pull/2426) +* fix On-Call spec [#2417](https://github.com/DataDog/datadog-api-client-ruby/pull/2417) +* Fix frozen string errors again, more durably this time [#2407](https://github.com/DataDog/datadog-api-client-ruby/pull/2407) +* Fix incorrect pattern for url [#2399](https://github.com/DataDog/datadog-api-client-ruby/pull/2399) +* Make metadata optional for GCS destination [#2389](https://github.com/DataDog/datadog-api-client-ruby/pull/2389) +* Remove isReadOnly default when creating dashboards [#2388](https://github.com/DataDog/datadog-api-client-ruby/pull/2388) +* Make assertion target be int or string [#2385](https://github.com/DataDog/datadog-api-client-ruby/pull/2385) + +### Added +* Add support for Datadog Events as a data source for rules [#2421](https://github.com/DataDog/datadog-api-client-ruby/pull/2421) +* Add public APIs to search DORA events [#2418](https://github.com/DataDog/datadog-api-client-ruby/pull/2418) +* Adding endpoints to manage Resource Evaluation Filters [#2411](https://github.com/DataDog/datadog-api-client-ruby/pull/2411) +* Add Sev0 as a supported incident severity [#2403](https://github.com/DataDog/datadog-api-client-ruby/pull/2403) +* Share timerestriction object [#2397](https://github.com/DataDog/datadog-api-client-ruby/pull/2397) +* add On-Call Paging spec [#2391](https://github.com/DataDog/datadog-api-client-ruby/pull/2391) +* Add pagination method for NDM ListDevices. [#2386](https://github.com/DataDog/datadog-api-client-ruby/pull/2386) + ## 2.33.0 / 2025-05-01 ### Fixed diff --git a/lib/datadog_api_client/version.rb b/lib/datadog_api_client/version.rb index 23705b32b669..80c6af1affb1 100644 --- a/lib/datadog_api_client/version.rb +++ b/lib/datadog_api_client/version.rb @@ -1,5 +1,5 @@ # Define library version. module DatadogAPIClient - VERSION = '2.33.0-dev.1' + VERSION = '2.34.0' end