Skip to content

Commit bff9053

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-specamaskara-dd
authored
Prepare for master branch release (#3059)
* Bump versions and add changelog entries. * Update pom.xml --------- Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: amaskara-dd <[email protected]>
1 parent 3007720 commit bff9053

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## 2.41.0/2025-08-12
4+
5+
### Added
6+
* Add Flex_Logs_Compute_XL to API Spec [#3049](https://github.com/DataDog/datadog-api-client-java/pull/3049)
7+
* Support Host and IaC finding types in security notifications [#3048](https://github.com/DataDog/datadog-api-client-java/pull/3048)
8+
* New keys for summary public endpoint for Event Management Correlation product [#3044](https://github.com/DataDog/datadog-api-client-java/pull/3044)
9+
* Add log autosubscription tag filters config to aws v2 API [#3040](https://github.com/DataDog/datadog-api-client-java/pull/3040)
10+
* Extended List Findings API to expose resource related Private IP Addresses to details [#3033](https://github.com/DataDog/datadog-api-client-java/pull/3033)
11+
* update metrics.yaml for ListMetricAssets and include Dashboard info [#3028](https://github.com/DataDog/datadog-api-client-java/pull/3028)
12+
* Support Cloud SIEM scheduled rules in API client [#3025](https://github.com/DataDog/datadog-api-client-java/pull/3025)
13+
* Uncomment edit dataset block, add dataset limitations into endpoint descriptions [#3023](https://github.com/DataDog/datadog-api-client-java/pull/3023)
14+
* Add `text` field in synthetics search endpoint [#3022](https://github.com/DataDog/datadog-api-client-java/pull/3022)
15+
* Adding all action connection types to public API [#3021](https://github.com/DataDog/datadog-api-client-java/pull/3021)
16+
* Document case management attributes endpoints [#3019](https://github.com/DataDog/datadog-api-client-java/pull/3019)
17+
* add AP2 endpoint for On-Call Paging [#3016](https://github.com/DataDog/datadog-api-client-java/pull/3016)
18+
* Flag IP case action [#3014](https://github.com/DataDog/datadog-api-client-java/pull/3014)
19+
* Add DNS specs for Cloud Network Monitoring API [#3012](https://github.com/DataDog/datadog-api-client-java/pull/3012)
20+
* Adding Datadog Connection to Connection API [#3006](https://github.com/DataDog/datadog-api-client-java/pull/3006)
21+
22+
### Fixed
23+
* Split Dataset into separate request and response objects, mark unstable [#3032](https://github.com/DataDog/datadog-api-client-java/pull/3032)
24+
* Disables some tests to avoid fails as the service is disabled [#3027](https://github.com/DataDog/datadog-api-client-java/pull/3027)
25+
* OP make 'support_rules' field in parse_grok processor optional [#3017](https://github.com/DataDog/datadog-api-client-java/pull/3017)
26+
27+
### Deprecated
28+
* Deprecate signals triage v1 endpoints [#3029](https://github.com/DataDog/datadog-api-client-java/pull/3029)
29+
330
## 2.40.0/2025-07-14
431

532
### Added

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.40.0</version>
7+
<version>2.41.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)