Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 2.40.0/2025-07-14

### Added
* Add Datasets API to Open API Spec [#2992](https://github.com/DataDog/datadog-api-client-java/pull/2992)
* Add support for vulnerability management - GetSBOMsList new endpoint and update existing ones [#2991](https://github.com/DataDog/datadog-api-client-java/pull/2991)
* Add spreadsheet to restriction_policy specs [#2985](https://github.com/DataDog/datadog-api-client-java/pull/2985)
* Add API spec for AWS Integrations IAM permissions [#2961](https://github.com/DataDog/datadog-api-client-java/pull/2961)
* New keys added for multiple products [#2959](https://github.com/DataDog/datadog-api-client-java/pull/2959)
* Add support for `Array Processor` in `Logs Pipelines` [#2952](https://github.com/DataDog/datadog-api-client-java/pull/2952)

### Changed
* Add support for vulnerability management - GetSBOMsList new endpoint and update existing ones [#2991](https://github.com/DataDog/datadog-api-client-java/pull/2991)

## 2.39.0/2025-07-02

### Added
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>datadog-api-client</artifactId>
<packaging>jar</packaging>
<name>datadog-api-client</name>
<version>2.39.0</version>
<version>2.40.0</version>
<url>https://github.com/DataDog/datadog-api-client-java</url>
<description>Java client library for Datadog API</description>
<scm>
Expand Down Expand Up @@ -581,13 +581,13 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.39.0</version>
<version>2.40.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>2.39.0</version>
<version>2.40.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading