Skip to content

Commit 4829585

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

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 2.53.0/2026-01-08
4+
5+
### Added
6+
* Add new bits_ai usage attribution type to Usage Attribution Public API Documentation [#3566](https://github.com/DataDog/datadog-api-client-go/pull/3566)
7+
* Add Product Analytics Server-Side Events API endpoint [#3561](https://github.com/DataDog/datadog-api-client-go/pull/3561)
8+
* Update /api/v2/cases endpoint to add custom attributes support [#3558](https://github.com/DataDog/datadog-api-client-go/pull/3558)
9+
* Documentation for team notifications API [#3554](https://github.com/DataDog/datadog-api-client-go/pull/3554)
10+
* [RQ-7160] Add llm_spans and deprecate llm_observability [#3540](https://github.com/DataDog/datadog-api-client-go/pull/3540)
11+
* Add display_name to Observability Pipeline processors [#3538](https://github.com/DataDog/datadog-api-client-go/pull/3538)
12+
* Add a new includeDiscovered query parameter to Software Catalog APIs [#3535](https://github.com/DataDog/datadog-api-client-go/pull/3535)
13+
* Add routes for managing On-Call user notification rules [#3534](https://github.com/DataDog/datadog-api-client-go/pull/3534)
14+
* Add anomaly detection options to security monitoring rules [#3531](https://github.com/DataDog/datadog-api-client-go/pull/3531)
15+
* Remove preview/unstable tags from GitHub team sync and connections endpoints [#3529](https://github.com/DataDog/datadog-api-client-go/pull/3529)
16+
* Added spec for flex_stored_logs [#3523](https://github.com/DataDog/datadog-api-client-go/pull/3523)
17+
* Add documentation for synthetics global variable jsonpatch endpoint [#3484](https://github.com/DataDog/datadog-api-client-go/pull/3484)
18+
19+
### Changed
20+
* Remove steps from certain expected synthetics api response [#3565](https://github.com/DataDog/datadog-api-client-go/pull/3565)
21+
* Add documentation for GET, POST, PATCH, and DELETE api/v2/incidents/incident_id/attachments endpoints [#3508](https://github.com/DataDog/datadog-api-client-go/pull/3508)
22+
323
## 2.52.0/2025-12-17
424

525
### Changed

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.52.0"
4+
const Version = "2.53.0"

0 commit comments

Comments
 (0)