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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## 2.59.0/2026-08-12

### Changed
* 200 col lim explicit in api docs [#4175](https://github.com/DataDog/datadog-api-client-java/pull/4175)
* Add GET/PATCH /api/v2/ci/github/accounts to CI Visibility spec [#4164](https://github.com/DataDog/datadog-api-client-java/pull/4164)
* Mark supported_values as nullable and remove unused detection_frequency in Governance Console API [#4161](https://github.com/DataDog/datadog-api-client-java/pull/4161)

### Added
* Add llm-observability alert monitor type [#4174](https://github.com/DataDog/datadog-api-client-java/pull/4174)
* Add allowed_resources to Deployment Gates FDD rule options [#4173](https://github.com/DataDog/datadog-api-client-java/pull/4173)
* Document meta.idempotency_key in CreateDegradation and UpdateDegradation [#4167](https://github.com/DataDog/datadog-api-client-java/pull/4167)
* Add spec for maintenance update edit endpoint [#4158](https://github.com/DataDog/datadog-api-client-java/pull/4158)
* Document PATCH /api/v2/dora/deployments [#4154](https://github.com/DataDog/datadog-api-client-java/pull/4154)

### Removed
* Update Status Pages UpdateStatusPage documentation to reflect enabled attribute deprecation [#4171](https://github.com/DataDog/datadog-api-client-java/pull/4171)
* Make RUM rate limit config API private pending rename [#4165](https://github.com/DataDog/datadog-api-client-java/pull/4165)

### Fixed
* Remove redundant otel fields from Fleet Automation v2 agent detail endpoint [#4163](https://github.com/DataDog/datadog-api-client-java/pull/4163)

## 2.58.0/2026-08-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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.58.0</version>
<version>2.59.0</version>
<url>https://github.com/DataDog/datadog-api-client-java</url>
<description>Java client library for Datadog API</description>
<scm>
Expand Down
Loading