Skip to content

Commit 7fbbe36

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

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.51.0/2025-12-08
4+
5+
### Added
6+
* On-Call Add positioned schedule policy target [#3491](https://github.com/DataDog/datadog-api-client-go/pull/3491)
7+
* Introduced new APIs to manage team hierarchy links [#3482](https://github.com/DataDog/datadog-api-client-go/pull/3482)
8+
* Add Row Update Endpoints to Reference Tables API spec [#3472](https://github.com/DataDog/datadog-api-client-go/pull/3472)
9+
* Add incident management seats to spec [#3469](https://github.com/DataDog/datadog-api-client-go/pull/3469)
10+
* Support provisioning teams from external sources [#3467](https://github.com/DataDog/datadog-api-client-go/pull/3467)
11+
* security_monitoring - Add signalOutput field to ThreatHuntingJobResponseAttributes schema [#3465](https://github.com/DataDog/datadog-api-client-go/pull/3465)
12+
* Add filter.scope to Monitor Notification Rules [#3462](https://github.com/DataDog/datadog-api-client-go/pull/3462)
13+
* Add Support for Monitor Assets [#3452](https://github.com/DataDog/datadog-api-client-go/pull/3452)
14+
* Add api specs for deployment gates [#3412](https://github.com/DataDog/datadog-api-client-go/pull/3412)
15+
16+
### Changed
17+
* Add Security Finding Ticketing endpoints [#3485](https://github.com/DataDog/datadog-api-client-go/pull/3485)
18+
* Flatten file_metadata response schema to avoid OneOf unmarshaling issues [#3471](https://github.com/DataDog/datadog-api-client-go/pull/3471)
19+
20+
### Fixed
21+
* obs_pipelines: make google auth optional [#3476](https://github.com/DataDog/datadog-api-client-go/pull/3476)
22+
323
## 2.50.0/2025-11-14
424

525
### 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.50.0"
4+
const Version = "2.51.0"

0 commit comments

Comments
 (0)