File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.34.0/2025-05-28
4+
5+ ### Fixed
6+ * add ` include ` parameter to On-Call team rules test [ #2426 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2426 )
7+ * fix On-Call spec [ #2417 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2417 )
8+ * Fix frozen string errors again, more durably this time [ #2407 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2407 )
9+ * Fix incorrect pattern for url [ #2399 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2399 )
10+ * Make metadata optional for GCS destination [ #2389 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2389 )
11+ * Remove isReadOnly default when creating dashboards [ #2388 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2388 )
12+
13+ ### Added
14+ * Add support for Datadog Events as a data source for rules [ #2421 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2421 )
15+ * Add public APIs to search DORA events [ #2418 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2418 )
16+ * Adding endpoints to manage Resource Evaluation Filters [ #2411 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2411 )
17+ * Add Sev0 as a supported incident severity [ #2403 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2403 )
18+ * Share timerestriction object [ #2397 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2397 )
19+ * add On-Call Paging spec [ #2391 ] ( https://github.com/DataDog/datadog-api-client-ruby/pull/2391 )
20+
321## 2.33.0 / 2025-05-01
422
523### Fixed
Original file line number Diff line number Diff line change 11# Define library version.
22
33module DatadogAPIClient
4- VERSION = '2.33.0-dev.1 '
4+ VERSION = '2.34.0 '
55end
You can’t perform that action at this time.
0 commit comments