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

## 2.50.0/2026-01-15

### Added
* Add subtest for synthetics multistep tests [#3383](https://github.com/DataDog/datadog-api-client-java/pull/3383)
* feat - Add data-quality alert monitor type support [#3381](https://github.com/DataDog/datadog-api-client-java/pull/3381)
* Add a new end point that allows the SPA recommendation to be called without the shard parameter [#3374](https://github.com/DataDog/datadog-api-client-java/pull/3374)
* Add Critical Assets specs to security_monitoring feature [#3370](https://github.com/DataDog/datadog-api-client-java/pull/3370)
* Add new Observability Pipelines components [#3365](https://github.com/DataDog/datadog-api-client-java/pull/3365)
* Specify accepted types for UpsertRows values [#3358](https://github.com/DataDog/datadog-api-client-java/pull/3358)
* Add subtest for synthetics multistep tests [#3347](https://github.com/DataDog/datadog-api-client-java/pull/3347)
* Add `query` param in rules list endpoint [#3339](https://github.com/DataDog/datadog-api-client-java/pull/3339)
* Add Security Findings Public API beta endpoints [#3326](https://github.com/DataDog/datadog-api-client-java/pull/3326)
* Add bar chart widget to Dashboards API [#3293](https://github.com/DataDog/datadog-api-client-java/pull/3293)
* Update distribution and heatmap's `markers` ,`num_buckets` properties and allowed request/query [#3292](https://github.com/DataDog/datadog-api-client-java/pull/3292)
* Add region_filter_configs and is_global_location_enabled to v2 GCP API [#3285](https://github.com/DataDog/datadog-api-client-java/pull/3285)

### Deprecated
* Update docs for Security Finding API endpoints [#3379](https://github.com/DataDog/datadog-api-client-java/pull/3379)

### Removed
* Revert - Update specs for AWS account updates and creation for CCM configs [#3368](https://github.com/DataDog/datadog-api-client-java/pull/3368)

### Fixed
* remove duplicate sync_enabled field for PATCH Reference Tables request schema [#3262](https://github.com/DataDog/datadog-api-client-java/pull/3262)

## 2.49.0/2026-01-08

### Added
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.49.0</version>
<version>2.50.0</version>
<url>https://github.com/DataDog/datadog-api-client-java</url>
<description>Java client library for Datadog API</description>
<scm>
Expand Down
Loading