Skip to content

Commit 58dd04e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2977)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 78215bf commit 58dd04e

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## 2.39.0/2025-07-02
4+
5+
### Added
6+
* Add extractFromEmailBody step for synthetics browser test [#2956](https://github.com/DataDog/datadog-api-client-java/pull/2956)
7+
* Update Incident API specs to include `is_test` in `POST /incidents` and incidents response [#2945](https://github.com/DataDog/datadog-api-client-java/pull/2945)
8+
* Add App Key Registration API [#2939](https://github.com/DataDog/datadog-api-client-java/pull/2939)
9+
* Document Cloud Cost Management GCP endpoints publicly [#2896](https://github.com/DataDog/datadog-api-client-java/pull/2896)
10+
* Add Monitor Template API [#2876](https://github.com/DataDog/datadog-api-client-java/pull/2876)
11+
12+
### Changed
13+
* Update template variable schemas with type field in dashboards and shared dashboards endpoints for group by template variables [#2955](https://github.com/DataDog/datadog-api-client-java/pull/2955)
14+
* Update events intake specs for v2 Events post endpoint [#2946](https://github.com/DataDog/datadog-api-client-java/pull/2946)
15+
16+
### Fixed
17+
* Synthetics mobile test `message` field is now required [#2951](https://github.com/DataDog/datadog-api-client-java/pull/2951)
18+
* Make dns port be string and number [#2935](https://github.com/DataDog/datadog-api-client-java/pull/2935)
19+
20+
### Security
21+
* Remove caseIndex from historical jobs api spec [#2950](https://github.com/DataDog/datadog-api-client-java/pull/2950)
22+
23+
### Deprecated
24+
* Deprecate SLO metadata fields in api spec [#2900](https://github.com/DataDog/datadog-api-client-java/pull/2900)
25+
326
## 2.38.0/2025-06-24
427

528
### Fixed

pom.xml

Lines changed: 3 additions & 3 deletions
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.38.0</version>
7+
<version>2.39.0</version>
88
<url>https://github.com/DataDog/datadog-api-client-java</url>
99
<description>Java client library for Datadog API</description>
1010
<scm>
@@ -581,13 +581,13 @@
581581
<dependency>
582582
<groupId>net.javacrumbs.json-unit</groupId>
583583
<artifactId>json-unit</artifactId>
584-
<version>2.38.0</version>
584+
<version>2.39.0</version>
585585
<scope>test</scope>
586586
</dependency>
587587
<dependency>
588588
<groupId>net.javacrumbs.json-unit</groupId>
589589
<artifactId>json-unit-assertj</artifactId>
590-
<version>2.38.0</version>
590+
<version>2.39.0</version>
591591
<scope>test</scope>
592592
</dependency>
593593
</dependencies>

0 commit comments

Comments
 (0)