Skip to content

Commit b13648c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Bump versions and add changelog entries. (#2597)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 528922c commit b13648c

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
# Changelog
1+
# CHANGELOG
2+
3+
## 2.35.0/2025-05-28
4+
5+
### Fixed
6+
* add `include` parameter to On-Call team rules test [#2582](https://github.com/DataDog/datadog-api-client-python/pull/2582)
7+
* fix On-Call spec [#2572](https://github.com/DataDog/datadog-api-client-python/pull/2572)
8+
* Fix incorrect pattern for url [#2558](https://github.com/DataDog/datadog-api-client-python/pull/2558)
9+
* Make metadata optional for GCS destination [#2549](https://github.com/DataDog/datadog-api-client-python/pull/2549)
10+
* Remove isReadOnly default when creating dashboards [#2548](https://github.com/DataDog/datadog-api-client-python/pull/2548)
11+
* Make assertion target be int or string [#2545](https://github.com/DataDog/datadog-api-client-python/pull/2545)
12+
13+
### Added
14+
* Add support for Datadog Events as a data source for rules [#2578](https://github.com/DataDog/datadog-api-client-python/pull/2578)
15+
* Add public APIs to search DORA events [#2575](https://github.com/DataDog/datadog-api-client-python/pull/2575)
16+
* Adding endpoints to manage Resource Evaluation Filters [#2567](https://github.com/DataDog/datadog-api-client-python/pull/2567)
17+
* Add Sev0 as a supported incident severity [#2561](https://github.com/DataDog/datadog-api-client-python/pull/2561)
18+
* Share timerestriction object [#2557](https://github.com/DataDog/datadog-api-client-python/pull/2557)
19+
* add On-Call Paging spec [#2551](https://github.com/DataDog/datadog-api-client-python/pull/2551)
20+
* Add pagination method for NDM ListDevices. [#2547](https://github.com/DataDog/datadog-api-client-python/pull/2547)
221

322
## 2.34.0 / 2025-04-14
423

src/datadog_api_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This product includes software developed at Datadog (https://www.datadoghq.com/).
44
# Copyright 2020-Present Datadog, Inc.
55

6-
__version__ = "2.34.0"
6+
__version__ = "2.35.0"

0 commit comments

Comments
 (0)