Skip to content

Commit 80b8826

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#3602)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 53c1f3c commit 80b8826

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## 2.54.0/2026-01-15
4+
5+
### Added
6+
* Add subtest for synthetics multistep tests [#3596](https://github.com/DataDog/datadog-api-client-go/pull/3596)
7+
* feat - Add data-quality alert monitor type support [#3594](https://github.com/DataDog/datadog-api-client-go/pull/3594)
8+
* Add a new end point that allows the SPA recommendation to be called without the shard parameter [#3585](https://github.com/DataDog/datadog-api-client-go/pull/3585)
9+
* Add Critical Assets specs to security_monitoring feature [#3581](https://github.com/DataDog/datadog-api-client-go/pull/3581)
10+
* Add new Observability Pipelines components [#3576](https://github.com/DataDog/datadog-api-client-go/pull/3576)
11+
* Specify accepted types for UpsertRows values [#3567](https://github.com/DataDog/datadog-api-client-go/pull/3567)
12+
* Add subtest for synthetics multistep tests [#3555](https://github.com/DataDog/datadog-api-client-go/pull/3555)
13+
* Add `query` param in rules list endpoint [#3547](https://github.com/DataDog/datadog-api-client-go/pull/3547)
14+
* Add Security Findings Public API beta endpoints [#3532](https://github.com/DataDog/datadog-api-client-go/pull/3532)
15+
* Add bar chart widget to Dashboards API [#3505](https://github.com/DataDog/datadog-api-client-go/pull/3505)
16+
* Update distribution and heatmap's `markers` ,`num_buckets` properties and allowed request/query [#3504](https://github.com/DataDog/datadog-api-client-go/pull/3504)
17+
* Add region_filter_configs and is_global_location_enabled to v2 GCP API [#3497](https://github.com/DataDog/datadog-api-client-go/pull/3497)
18+
19+
### Deprecated
20+
* Update docs for Security Finding API endpoints [#3592](https://github.com/DataDog/datadog-api-client-go/pull/3592)
21+
22+
### Fixed
23+
* Use nullable list for non-primitives types as well [#3589](https://github.com/DataDog/datadog-api-client-go/pull/3589)
24+
* remove duplicate sync_enabled field for PATCH Reference Tables request schema [#3478](https://github.com/DataDog/datadog-api-client-go/pull/3478)
25+
26+
### Removed
27+
* Revert - Update specs for AWS account updates and creation for CCM configs [#3579](https://github.com/DataDog/datadog-api-client-go/pull/3579)
28+
329
## 2.53.0/2026-01-08
430

531
### Added

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package client
22

33
// Version used in User-Agent header.
4-
const Version = "2.53.0"
4+
const Version = "2.54.0"

0 commit comments

Comments
 (0)