Skip to content

Commit 8e9dac9

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

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 2.35.0/2025-05-28
4+
5+
### Fixed
6+
* add `include` parameter to On-Call team rules test [#2877](https://github.com/DataDog/datadog-api-client-java/pull/2877)
7+
* fix On-Call spec [#2867](https://github.com/DataDog/datadog-api-client-java/pull/2867)
8+
* Make assertion target be int or string [#2859](https://github.com/DataDog/datadog-api-client-java/pull/2859)
9+
* Fix incorrect pattern for url [#2851](https://github.com/DataDog/datadog-api-client-java/pull/2851)
10+
* Make metadata optional for GCS destination [#2840](https://github.com/DataDog/datadog-api-client-java/pull/2840)
11+
* Remove isReadOnly default when creating dashboards [#2839](https://github.com/DataDog/datadog-api-client-java/pull/2839)
12+
13+
### Added
14+
* Add support for Datadog Events as a data source for rules [#2870](https://github.com/DataDog/datadog-api-client-java/pull/2870)
15+
* Add public APIs to search DORA events [#2868](https://github.com/DataDog/datadog-api-client-java/pull/2868)
16+
* Adding endpoints to manage Resource Evaluation Filters [#2857](https://github.com/DataDog/datadog-api-client-java/pull/2857)
17+
* Add Sev0 as a supported incident severity [#2854](https://github.com/DataDog/datadog-api-client-java/pull/2854)
18+
* Share timerestriction object [#2850](https://github.com/DataDog/datadog-api-client-java/pull/2850)
19+
* add On-Call Paging spec [#2843](https://github.com/DataDog/datadog-api-client-java/pull/2843)
20+
* Add pagination method for NDM ListDevices. [#2837](https://github.com/DataDog/datadog-api-client-java/pull/2837)
21+
* Add On-Call Team Rules [#2835](https://github.com/DataDog/datadog-api-client-java/pull/2835)
22+
323
## 2.34.1 / 2025-04-14
424

525
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>datadog-api-client</artifactId>
55
<packaging>jar</packaging>
66
<name>datadog-api-client</name>
7-
<version>2.34.2-SNAPSHOT</version>
7+
<version>2.35.0</version>
88
<url>https://github.com/DataDog/datadog-api-client-java</url>
99
<description>Java client library for Datadog API</description>
1010
<scm>

0 commit comments

Comments
 (0)