Skip to content

Commit d3829ab

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

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## 2.40.0/2025-07-14
4+
5+
### Added
6+
* Add Datasets API to Open API Spec [#2992](https://github.com/DataDog/datadog-api-client-java/pull/2992)
7+
* Add support for vulnerability management - GetSBOMsList new endpoint and update existing ones [#2991](https://github.com/DataDog/datadog-api-client-java/pull/2991)
8+
* Add spreadsheet to restriction_policy specs [#2985](https://github.com/DataDog/datadog-api-client-java/pull/2985)
9+
* Add API spec for AWS Integrations IAM permissions [#2961](https://github.com/DataDog/datadog-api-client-java/pull/2961)
10+
* New keys added for multiple products [#2959](https://github.com/DataDog/datadog-api-client-java/pull/2959)
11+
* Add support for `Array Processor` in `Logs Pipelines` [#2952](https://github.com/DataDog/datadog-api-client-java/pull/2952)
12+
13+
### Changed
14+
* Add support for vulnerability management - GetSBOMsList new endpoint and update existing ones [#2991](https://github.com/DataDog/datadog-api-client-java/pull/2991)
15+
316
## 2.39.0/2025-07-02
417

518
### Added

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.39.0</version>
7+
<version>2.40.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.39.0</version>
584+
<version>2.40.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.39.0</version>
590+
<version>2.40.0</version>
591591
<scope>test</scope>
592592
</dependency>
593593
</dependencies>

0 commit comments

Comments
 (0)