Skip to content

Commit e199042

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

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.56.0/2026-03-06
4+
5+
### Added
6+
* Billing_plan field deprecation - correction start date [#3765](https://github.com/DataDog/datadog-api-client-go/pull/3765)
7+
* Add ci_code_coverage_committers to usage API [#3761](https://github.com/DataDog/datadog-api-client-go/pull/3761)
8+
* Expose usage-attribution-types publicly and update attribution descriptions [#3760](https://github.com/DataDog/datadog-api-client-go/pull/3760)
9+
* Add new param to api/v2/metrics [#3754](https://github.com/DataDog/datadog-api-client-go/pull/3754)
10+
* Add FormulaAndFunctionEventQueryGroupByFields schema to support flat group_by form [#3750](https://github.com/DataDog/datadog-api-client-go/pull/3750)
11+
* billing_plan field deprecation in billable-summary endpoint [#3744](https://github.com/DataDog/datadog-api-client-go/pull/3744)
12+
* Add OpenAPI spec for LLM Observability Experiments API [#3742](https://github.com/DataDog/datadog-api-client-go/pull/3742)
13+
* Add missing persona_mapping endpoints [#3731](https://github.com/DataDog/datadog-api-client-go/pull/3731)
14+
* Adding Observability Pipelines Secret Management feature support [#3729](https://github.com/DataDog/datadog-api-client-go/pull/3729)
15+
* Workflow Automation - Add Form Trigger [#3728](https://github.com/DataDog/datadog-api-client-go/pull/3728)
16+
* Add Maintenances and minor updates to Status Pages API [#3726](https://github.com/DataDog/datadog-api-client-go/pull/3726)
17+
* Introduce api/v2/integration API endpoint [#3719](https://github.com/DataDog/datadog-api-client-go/pull/3719)
18+
* Add OpenAPI spec for Change Management endpoints [#3717](https://github.com/DataDog/datadog-api-client-go/pull/3717)
19+
* Add sort parameter to detection rules list endpoint [#3714](https://github.com/DataDog/datadog-api-client-go/pull/3714)
20+
* Add public documentation on NDM interface tags endpoint [#3711](https://github.com/DataDog/datadog-api-client-go/pull/3711)
21+
* Add documentation for POST api/v2/incidents/import [#3707](https://github.com/DataDog/datadog-api-client-go/pull/3707)
22+
* Post an event v2 API - add a new enum value to links.category field and add pattern validation on changed_resource.name field [#3706](https://github.com/DataDog/datadog-api-client-go/pull/3706)
23+
* Add receives_permissions_from field to Roles API [#3696](https://github.com/DataDog/datadog-api-client-go/pull/3696)
24+
* Adding custom mapper support to Observability Pipelines OCSF Mapper [#3692](https://github.com/DataDog/datadog-api-client-go/pull/3692)
25+
* Add seats API v2 endpoints with error responses and required fields [#3689](https://github.com/DataDog/datadog-api-client-go/pull/3689)
26+
* Added support for Google Chat Organization Handles Public API [#3667](https://github.com/DataDog/datadog-api-client-go/pull/3667)
27+
* Add Network Path test endpoints to v2 spec [#3663](https://github.com/DataDog/datadog-api-client-go/pull/3663)
28+
* Add OpenAPI documentation for cloud-auth-config service [#3633](https://github.com/DataDog/datadog-api-client-go/pull/3633)
29+
* Add suppression sort by create date [#3618](https://github.com/DataDog/datadog-api-client-go/pull/3618)
30+
31+
### Fixed
32+
* Fix UnmarshalJSON required check for nullable additionalProperties containers [#3762](https://github.com/DataDog/datadog-api-client-go/pull/3762)
33+
* Fix WidgetNewFixedSpan - timestamps are milliseconds not seconds [#3722](https://github.com/DataDog/datadog-api-client-go/pull/3722)
34+
* Increase validation limit on integration type [#3715](https://github.com/DataDog/datadog-api-client-go/pull/3715)
35+
36+
### Deprecated
37+
* Mark legacy non-FnF query fields and WidgetEvent as deprecated in dashboard spec + update Distribuition docs [#3746](https://github.com/DataDog/datadog-api-client-go/pull/3746)
38+
339
## 2.55.0/2026-02-17
440

541
### Fixed

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.55.0"
4+
const Version = "2.56.0"

0 commit comments

Comments
 (0)