Skip to content

Commit e6e8609

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

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
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.39.0/2025-06-30
4+
5+
### Fixed
6+
* Synthetics mobile test `message` field is now required [#2951](https://github.com/DataDog/datadog-api-client-java/pull/2951)
7+
* Make dns port be string and number [#2935](https://github.com/DataDog/datadog-api-client-java/pull/2935)
8+
9+
### Security
10+
* Remove caseIndex from historical jobs api spec [#2950](https://github.com/DataDog/datadog-api-client-java/pull/2950)
11+
12+
### Changed
13+
* Update events intake specs for v2 Events post endpoint [#2946](https://github.com/DataDog/datadog-api-client-java/pull/2946)
14+
15+
### Added
16+
* 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)
17+
* Add App Key Registration API [#2939](https://github.com/DataDog/datadog-api-client-java/pull/2939)
18+
* Add Monitor Template API [#2876](https://github.com/DataDog/datadog-api-client-java/pull/2876)
19+
20+
### Deprecated
21+
* Deprecate SLO metadata fields in api spec [#2900](https://github.com/DataDog/datadog-api-client-java/pull/2900)
22+
323
## 2.38.0/2025-06-24
424

525
### 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>
@@ -599,13 +599,13 @@
599599
<dependency>
600600
<groupId>net.javacrumbs.json-unit</groupId>
601601
<artifactId>json-unit</artifactId>
602-
<version>2.38.0</version>
602+
<version>2.39.0</version>
603603
<scope>test</scope>
604604
</dependency>
605605
<dependency>
606606
<groupId>net.javacrumbs.json-unit</groupId>
607607
<artifactId>json-unit-assertj</artifactId>
608-
<version>2.38.0</version>
608+
<version>2.39.0</version>
609609
<scope>test</scope>
610610
</dependency>
611611
</dependencies>

0 commit comments

Comments
 (0)