Skip to content

Commit c224caf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#3536)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 0001d44 commit c224caf

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

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.52.0/2025-12-17
4+
5+
### Changed
6+
* Mark Incident Impact Endpoints stable [#3530](https://github.com/DataDog/datadog-api-client-go/pull/3530)
7+
* Vulnerability Management - Update ListVulnerabilities endpoint query params and response schema [#3521](https://github.com/DataDog/datadog-api-client-go/pull/3521)
8+
* Update specs for AWS account updates and creation for CCM configs [#3514](https://github.com/DataDog/datadog-api-client-go/pull/3514)
9+
* add suppression version history [#3490](https://github.com/DataDog/datadog-api-client-go/pull/3490)
10+
* Add processors groups to Observability Pipelines [#3450](https://github.com/DataDog/datadog-api-client-go/pull/3450)
11+
12+
### Added
13+
* Update security finding triage specs [#3522](https://github.com/DataDog/datadog-api-client-go/pull/3522)
14+
* Add routes for managing On-Call user notification channels [#3517](https://github.com/DataDog/datadog-api-client-go/pull/3517)
15+
* Add host field to Post an event V2 API [#3515](https://github.com/DataDog/datadog-api-client-go/pull/3515)
16+
* Add `GET /api/v2/apm/services` endpoint to public documentation [#3512](https://github.com/DataDog/datadog-api-client-go/pull/3512)
17+
* Dashboards - Add semantic_mode support to FormulaAndFunctionMetricQueryDefinition [#3506](https://github.com/DataDog/datadog-api-client-go/pull/3506)
18+
* Cloud SIEM - Add instantaneousBaseline feature parameter. [#3503](https://github.com/DataDog/datadog-api-client-go/pull/3503)
19+
* Add new fields to usage metering api spec [#3501](https://github.com/DataDog/datadog-api-client-go/pull/3501)
20+
* update geomap widget definition about `conditional_format` and `text_formats` and view focus [#3495](https://github.com/DataDog/datadog-api-client-go/pull/3495)
21+
* Add new endpoint for listing rules for a gate [#3481](https://github.com/DataDog/datadog-api-client-go/pull/3481)
22+
23+
### Removed
24+
* Tag security findings Jira endpoints as unstable [#3510](https://github.com/DataDog/datadog-api-client-go/pull/3510)
25+
26+
### Fixed
27+
* Add field attribute to the Workload Protection hash action [#3487](https://github.com/DataDog/datadog-api-client-go/pull/3487)
28+
329
## 2.51.0/2025-12-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.51.0"
4+
const Version = "2.52.0"

0 commit comments

Comments
 (0)