Skip to content

Commit a714340

Browse files
committed
Bump versions and add changelog entries.
1 parent d6cf483 commit a714340

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-23
4+
5+
### Fixed
6+
* Make assertion target be int or string [#2859](https://github.com/DataDog/datadog-api-client-java/pull/2859)
7+
* Fix incorrect pattern for url [#2851](https://github.com/DataDog/datadog-api-client-java/pull/2851)
8+
* Make metadata optional for GCS destination [#2840](https://github.com/DataDog/datadog-api-client-java/pull/2840)
9+
* Remove isReadOnly default when creating dashboards [#2839](https://github.com/DataDog/datadog-api-client-java/pull/2839)
10+
* Update On-Call Escalation policies endpoints schemas and description [#2820](https://github.com/DataDog/datadog-api-client-java/pull/2820)
11+
12+
### Added
13+
* Adding endpoints to manage Resource Evaluation Filters [#2857](https://github.com/DataDog/datadog-api-client-java/pull/2857)
14+
* Add Sev0 as a supported incident severity [#2854](https://github.com/DataDog/datadog-api-client-java/pull/2854)
15+
* Share timerestriction object [#2850](https://github.com/DataDog/datadog-api-client-java/pull/2850)
16+
* add On-Call Paging spec [#2843](https://github.com/DataDog/datadog-api-client-java/pull/2843)
17+
* Add pagination method for NDM ListDevices. [#2837](https://github.com/DataDog/datadog-api-client-java/pull/2837)
18+
* Add On-Call Team Rules [#2835](https://github.com/DataDog/datadog-api-client-java/pull/2835)
19+
* Add a new endpoint for listing Software Catalog relations [#2828](https://github.com/DataDog/datadog-api-client-java/pull/2828)
20+
* Complete Observability Pipelines API [#2825](https://github.com/DataDog/datadog-api-client-java/pull/2825)
21+
* datadog_integration_gcp_sts Add Support for IsPerProjectQuotaEnabled for GCP STS Service Accounts [#2817](https://github.com/DataDog/datadog-api-client-java/pull/2817)
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)