Skip to content

Commit 8ffb700

Browse files
author
ci.datadog-api-spec
committed
Bump versions and add changelog entries.
1 parent 171a8cd commit 8ffb700

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.md

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

3+
## 2.53.0/2026-04-01
4+
5+
### Added
6+
* Add Synthetics test file upload and download endpoints [#3675](https://github.com/DataDog/datadog-api-client-java/pull/3675)
7+
* document v2 stable mcnulty-web-py3 endpoints [#3673](https://github.com/DataDog/datadog-api-client-java/pull/3673)
8+
* document synthetics API to retrieve fast test result [#3669](https://github.com/DataDog/datadog-api-client-java/pull/3669)
9+
* Add description field to widget definition schemas [#3652](https://github.com/DataDog/datadog-api-client-java/pull/3652)
10+
* Add Widgets API v2 OpenAPI spec [#3651](https://github.com/DataDog/datadog-api-client-java/pull/3651)
11+
* Add bulk triage endpoints for security monitoring signals [#3650](https://github.com/DataDog/datadog-api-client-java/pull/3650)
12+
* Add cost_aggregation parameter to GetEstimatedCostByOrg [#3645](https://github.com/DataDog/datadog-api-client-java/pull/3645)
13+
* Add new endpoints for Test Optimization settings for service [#3640](https://github.com/DataDog/datadog-api-client-java/pull/3640)
14+
* dashboards - Add DashboardTab schema and tabs property to Dashboard spec [#3638](https://github.com/DataDog/datadog-api-client-java/pull/3638)
15+
* Add WildcardWidgetDefinition to Dashboard spec [#3635](https://github.com/DataDog/datadog-api-client-java/pull/3635)
16+
* Add feature flags public api endpoints to api spec [#3631](https://github.com/DataDog/datadog-api-client-java/pull/3631)
17+
* Use openapi-transformer split mechanism for full spec generation [#3630](https://github.com/DataDog/datadog-api-client-java/pull/3630)
18+
* Add v2 deployment gates evaluation endpoints [#3629](https://github.com/DataDog/datadog-api-client-java/pull/3629)
19+
* Make datadog agent source address configurable in Observability Pipelines [#3625](https://github.com/DataDog/datadog-api-client-java/pull/3625)
20+
* Add OpenAPI documentation for keep_unmatched field in ocsf mapper processor [#3621](https://github.com/DataDog/datadog-api-client-java/pull/3621)
21+
* Add Batch Rows Query Endpoint to Reference Tables API spec [#3618](https://github.com/DataDog/datadog-api-client-java/pull/3618)
22+
* Add apm_metrics query support to dashboard OpenAPI spec [#3615](https://github.com/DataDog/datadog-api-client-java/pull/3615)
23+
* Add Observability Pipelines Amazon S3 Generic destination [#3609](https://github.com/DataDog/datadog-api-client-java/pull/3609)
24+
* [OPA-4681] Update Public API for Splunk HEC destination indexed_fields [#3605](https://github.com/DataDog/datadog-api-client-java/pull/3605)
25+
* RUM - simplify cross-product sampling descriptions on rum-retention-filters API docs [#3567](https://github.com/DataDog/datadog-api-client-java/pull/3567)
26+
* Add `name_aliases` field to `PermissionAttributes` for `ListPermissions` endpoint [#3566](https://github.com/DataDog/datadog-api-client-java/pull/3566)
27+
* Add audit track to list of available org connections [#3563](https://github.com/DataDog/datadog-api-client-java/pull/3563)
28+
* Add partial hierarchy selection to team sync endpoints [#3557](https://github.com/DataDog/datadog-api-client-java/pull/3557)
29+
* Add support for composite queries on monitor variables [#3554](https://github.com/DataDog/datadog-api-client-java/pull/3554)
30+
* Adds OpenTelemetry source support for metrics pipelines [#3551](https://github.com/DataDog/datadog-api-client-java/pull/3551)
31+
* Add Edge Devices Monitoring fields to usage summary API [#3547](https://github.com/DataDog/datadog-api-client-java/pull/3547)
32+
* Add Network Path fields to usage summary API [#3545](https://github.com/DataDog/datadog-api-client-java/pull/3545)
33+
* Add OCI support to Cloud Security Management Enterprise usage fields [#3532](https://github.com/DataDog/datadog-api-client-java/pull/3532)
34+
* Add bad events support in metric SLOs [#3530](https://github.com/DataDog/datadog-api-client-java/pull/3530)
35+
* dashboards - Add DashboardTab schema and tabs property to Dashboard spec [#3506](https://github.com/DataDog/datadog-api-client-java/pull/3506)
36+
* Timeseries Request Style supports value labels field [#3463](https://github.com/DataDog/datadog-api-client-java/pull/3463)
37+
* Add specs for new ccm_config endpoints [#3384](https://github.com/DataDog/datadog-api-client-java/pull/3384)
38+
* Add Sankey widget definition to Dashboards api specs [#3362](https://github.com/DataDog/datadog-api-client-java/pull/3362)
39+
40+
### Fixed
41+
* Fix consistency issues in security monitoring signal triage routes [#3660](https://github.com/DataDog/datadog-api-client-java/pull/3660)
42+
* Add pageStart extension to case management pagination [#3656](https://github.com/DataDog/datadog-api-client-java/pull/3656)
43+
* Fix consistency issues in security monitoring signal triage routes [#3649](https://github.com/DataDog/datadog-api-client-java/pull/3649)
44+
45+
### Deprecated
46+
* Deprecate ListVulnerabilities endpoint [#3647](https://github.com/DataDog/datadog-api-client-java/pull/3647)
47+
* Deprecate appsecspans datasource in SecurityMonitoringStandardDataSource [#3619](https://github.com/DataDog/datadog-api-client-java/pull/3619)
48+
49+
### Changed
50+
* Add sample_attribute to log exclusion filter [#3644](https://github.com/DataDog/datadog-api-client-java/pull/3644)
51+
* Add tags and description fields to the logs nested pipeline type LogsPipelineProcessor [#3633](https://github.com/DataDog/datadog-api-client-java/pull/3633)
52+
* Update documentation for api/v2/metrics endpoint [#3624](https://github.com/DataDog/datadog-api-client-java/pull/3624)
53+
* Use repository_id in DORA deployment GET docs [#3565](https://github.com/DataDog/datadog-api-client-java/pull/3565)
54+
* Observability Pipelines - Updating descriptions and making the tags field optional not required [#3533](https://github.com/DataDog/datadog-api-client-java/pull/3533)
55+
* Fix Restriction Policies API documentation - add missing resource types [#3494](https://github.com/DataDog/datadog-api-client-java/pull/3494)
56+
357
## 2.52.0/2026-03-06
458

559
### 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.52.0</version>
7+
<version>2.53.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)