Skip to content

Commit d9e7cc9

Browse files
author
ci.datadog-api-spec
committed
Bump versions and add changelog entries.
1 parent d8329a7 commit d9e7cc9

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.55.0/2026-05-15
4+
5+
### Changed
6+
* Mark email transport webhook endpoint as private [#3837](https://github.com/DataDog/datadog-api-client-java/pull/3837)
7+
* Mark email transport webhook endpoint as private [#3823](https://github.com/DataDog/datadog-api-client-java/pull/3823)
8+
* Document Annotations label schema API for AI Observability [#3771](https://github.com/DataDog/datadog-api-client-java/pull/3771)
9+
* Security Monitoring - expand learningDuration and forgetAfter to support up to 30 days [#3733](https://github.com/DataDog/datadog-api-client-java/pull/3733)
10+
11+
### Added
12+
* Add Compliance Findings rule-based view endpoint to OpenAPI v2 [#3833](https://github.com/DataDog/datadog-api-client-java/pull/3833)
13+
* Add window[seconds] query parameter for look back [#3831](https://github.com/DataDog/datadog-api-client-java/pull/3831)
14+
* Add OpenAPI spec for cost-planning-api commitment program endpoints [#3829](https://github.com/DataDog/datadog-api-client-java/pull/3829)
15+
* Add regression fields to Error Tracking API responses [#3828](https://github.com/DataDog/datadog-api-client-java/pull/3828)
16+
* Add OpenAPI for Cloud Cost Management anomalies endpoints [#3825](https://github.com/DataDog/datadog-api-client-java/pull/3825)
17+
* Allow errors data source in formula event queries for dashboards [#3819](https://github.com/DataDog/datadog-api-client-java/pull/3819)
18+
* Document Cloud Cost Management v2 tags and tag_keys endpoints [#3818](https://github.com/DataDog/datadog-api-client-java/pull/3818)
19+
* Add OpenAPI definition for CCM ListCostTagDescriptions [#3815](https://github.com/DataDog/datadog-api-client-java/pull/3815)
20+
* Add OpenAPI spec for current user endpoints [#3811](https://github.com/DataDog/datadog-api-client-java/pull/3811)
21+
* Add state filter for Search Error Tracking Issues API [#3804](https://github.com/DataDog/datadog-api-client-java/pull/3804)
22+
* Add OpenAPI spec for email transport webhook intake [#3803](https://github.com/DataDog/datadog-api-client-java/pull/3803)
23+
* Add integration_type for Microsoft Teams to IncidentIntegrationMetadataAttributes [#3802](https://github.com/DataDog/datadog-api-client-java/pull/3802)
24+
* Add cross_org_uuids to v2 query endpoints [#3800](https://github.com/DataDog/datadog-api-client-java/pull/3800)
25+
* Add GKE Autopilot usage types to API documentation [#3795](https://github.com/DataDog/datadog-api-client-java/pull/3795)
26+
* Add session interaction type to LLM Observability API spec [#3794](https://github.com/DataDog/datadog-api-client-java/pull/3794)
27+
* Add OpenAPI spec for authn-validation /api/v2/validate endpoint [#3793](https://github.com/DataDog/datadog-api-client-java/pull/3793)
28+
* Add OpenAPI definitions for CCM status endpoints [#3792](https://github.com/DataDog/datadog-api-client-java/pull/3792)
29+
* Add style and sort to TreeMapWidgetRequest and sort to SunburstWidgetRequest for Dashboards [#3781](https://github.com/DataDog/datadog-api-client-java/pull/3781)
30+
* Add `compression_method` field to Log Archives [#3780](https://github.com/DataDog/datadog-api-client-java/pull/3780)
31+
* Cloud inventory api sync config endpoint documentation [#3779](https://github.com/DataDog/datadog-api-client-java/pull/3779)
32+
* Add Point Plot widget to dashboard API spec [#3777](https://github.com/DataDog/datadog-api-client-java/pull/3777)
33+
* Add backfilled degradation and maintenance endpoints to Status Pages [#3776](https://github.com/DataDog/datadog-api-client-java/pull/3776)
34+
* Add Cloud Cost Management ListCostOCIConfigs endpoint [#3775](https://github.com/DataDog/datadog-api-client-java/pull/3775)
35+
* Add Observability pipelines databricks_zerobus destination [#3770](https://github.com/DataDog/datadog-api-client-java/pull/3770)
36+
* Add infra_storage_mgmt_objects_count_avg fields to usage summary API [#3768](https://github.com/DataDog/datadog-api-client-java/pull/3768)
37+
* RUM - Add Source Map Intake API endpoint specification [#3767](https://github.com/DataDog/datadog-api-client-java/pull/3767)
38+
* Document bulk delete security monitoring rules endpoint [#3762](https://github.com/DataDog/datadog-api-client-java/pull/3762)
39+
* Add compliance_host to Agentless Scanning scan options [#3761](https://github.com/DataDog/datadog-api-client-java/pull/3761)
40+
* Add MuteSecurityFindings endpoint spec [#3755](https://github.com/DataDog/datadog-api-client-java/pull/3755)
41+
* Add OpenAPI documentation for Synthetics downtime endpoints [#3754](https://github.com/DataDog/datadog-api-client-java/pull/3754)
42+
* Add feature_flags_config_requests to usage summary API [#3727](https://github.com/DataDog/datadog-api-client-java/pull/3727)
43+
* Add specs for ListOrgsV2 and DeleteUserInvitations [#3709](https://github.com/DataDog/datadog-api-client-java/pull/3709)
44+
* Add infra_host_basic and eph_infra_host_basic to usage metering API [#3677](https://github.com/DataDog/datadog-api-client-java/pull/3677)
45+
46+
### Removed
47+
* Remove deprecated incident teams endpoints [#3808](https://github.com/DataDog/datadog-api-client-java/pull/3808)
48+
* Remove deprecated allocation key fields from feature flags API [#3749](https://github.com/DataDog/datadog-api-client-java/pull/3749)
49+
50+
### Fixed
51+
* Widgets API - add complete create/update example for cloud_cost_summary [#3789](https://github.com/DataDog/datadog-api-client-java/pull/3789)
52+
* Fix Org Groups pagination response shape (meta.page + links) [#3782](https://github.com/DataDog/datadog-api-client-java/pull/3782)
53+
* Clarify metrics API query strings [#3772](https://github.com/DataDog/datadog-api-client-java/pull/3772)
54+
55+
### Deprecated
56+
* Update Status Pages API documentation to reflect deprecation of creating a published status page [#3758](https://github.com/DataDog/datadog-api-client-java/pull/3758)
57+
358
## 2.54.0/2026-04-24
459

560
### Changed

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.54.0</version>
7+
<version>2.55.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)