Skip to content

Commit 61453a5

Browse files
committed
Bump versions and add changelog entries.
1 parent 86d232b commit 61453a5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## 2.34.0/2025-05-23
4+
5+
### Added
6+
* Adding endpoints to manage Resource Evaluation Filters [#2411](https://github.com/DataDog/datadog-api-client-ruby/pull/2411)
7+
* Add Sev0 as a supported incident severity [#2403](https://github.com/DataDog/datadog-api-client-ruby/pull/2403)
8+
* Share timerestriction object [#2397](https://github.com/DataDog/datadog-api-client-ruby/pull/2397)
9+
* add On-Call Paging spec [#2391](https://github.com/DataDog/datadog-api-client-ruby/pull/2391)
10+
* Add pagination method for NDM ListDevices. [#2386](https://github.com/DataDog/datadog-api-client-ruby/pull/2386)
11+
12+
### Fixed
13+
* Fix frozen string errors again, more durably this time [#2407](https://github.com/DataDog/datadog-api-client-ruby/pull/2407)
14+
* Fix incorrect pattern for url [#2399](https://github.com/DataDog/datadog-api-client-ruby/pull/2399)
15+
* Make metadata optional for GCS destination [#2389](https://github.com/DataDog/datadog-api-client-ruby/pull/2389)
16+
* Remove isReadOnly default when creating dashboards [#2388](https://github.com/DataDog/datadog-api-client-ruby/pull/2388)
17+
* Make assertion target be int or string [#2385](https://github.com/DataDog/datadog-api-client-ruby/pull/2385)
18+
319
## 2.33.0 / 2025-05-01
420

521
### Fixed

lib/datadog_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define library version.
22

33
module DatadogAPIClient
4-
VERSION = '2.33.0.dev.1'
4+
VERSION = '2.34.0.dev.1'
55
end

0 commit comments

Comments
 (0)