Skip to content

Commit 5b91e1d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2818)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 116c7c3 commit 5b91e1d

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.46.0/2025-12-08
4+
5+
### Added
6+
* On-Call Add positioned schedule policy target [#2802](https://github.com/DataDog/datadog-api-client-ruby/pull/2802)
7+
* Introduced new APIs to manage team hierarchy links [#2793](https://github.com/DataDog/datadog-api-client-ruby/pull/2793)
8+
* Add Row Update Endpoints to Reference Tables API spec [#2783](https://github.com/DataDog/datadog-api-client-ruby/pull/2783)
9+
* Add incident management seats to spec [#2780](https://github.com/DataDog/datadog-api-client-ruby/pull/2780)
10+
* Support provisioning teams from external sources [#2779](https://github.com/DataDog/datadog-api-client-ruby/pull/2779)
11+
* security_monitoring - Add signalOutput field to ThreatHuntingJobResponseAttributes schema [#2777](https://github.com/DataDog/datadog-api-client-ruby/pull/2777)
12+
* Add filter.scope to Monitor Notification Rules [#2774](https://github.com/DataDog/datadog-api-client-ruby/pull/2774)
13+
* Add Support for Monitor Assets [#2765](https://github.com/DataDog/datadog-api-client-ruby/pull/2765)
14+
* Add api specs for deployment gates [#2724](https://github.com/DataDog/datadog-api-client-ruby/pull/2724)
15+
16+
### Changed
17+
* Add Security Finding Ticketing endpoints [#2796](https://github.com/DataDog/datadog-api-client-ruby/pull/2796)
18+
* Flatten file_metadata response schema to avoid OneOf unmarshaling issues [#2782](https://github.com/DataDog/datadog-api-client-ruby/pull/2782)
19+
20+
### Fixed
21+
* obs_pipelines: make google auth optional [#2787](https://github.com/DataDog/datadog-api-client-ruby/pull/2787)
22+
323
## 2.45.0/2025-11-14
424

525
### Added

lib/datadog_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define library version.
22

33
module DatadogAPIClient
4-
VERSION = '2.45.0'
4+
VERSION = '2.46.0'
55
end

0 commit comments

Comments
 (0)