Skip to content

Commit 5a87401

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

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## 2.45.0/2025-11-14
4+
5+
### Added
6+
* Add suppression tags [#2768](https://github.com/DataDog/datadog-api-client-ruby/pull/2768)
7+
* Add new summary keys for new standalone billing dimensions [#2764](https://github.com/DataDog/datadog-api-client-ruby/pull/2764)
8+
* Add Bits AI Investigations and On-Call to API specs [#2761](https://github.com/DataDog/datadog-api-client-ruby/pull/2761)
9+
* Add `PreviewCatalogEntities` [#2757](https://github.com/DataDog/datadog-api-client-ruby/pull/2757)
10+
* Sync 'audience_management.yaml' files with backend [#2755](https://github.com/DataDog/datadog-api-client-ruby/pull/2755)
11+
* Dashboards - Add on_call_events datasources [#2754](https://github.com/DataDog/datadog-api-client-ruby/pull/2754)
12+
* 📝 [LOGSAC-1298] Add logs-pipeline type to restriction policy OpenAPI spec [#2748](https://github.com/DataDog/datadog-api-client-ruby/pull/2748)
13+
* Security Monitoring - Update Signal Archive Reasons [#2746](https://github.com/DataDog/datadog-api-client-ruby/pull/2746)
14+
* Add New Serverless Summary Entries to Api Spec [#2731](https://github.com/DataDog/datadog-api-client-ruby/pull/2731)
15+
* Add metric namespace config filters to V2 GCP API [#2729](https://github.com/DataDog/datadog-api-client-ruby/pull/2729)
16+
* Add specs for v2 eventbridge API [#2726](https://github.com/DataDog/datadog-api-client-ruby/pull/2726)
17+
* Add last_login_time to Users v2 API [#2712](https://github.com/DataDog/datadog-api-client-ruby/pull/2712)
18+
* Add Team Connection API Documentation [#2710](https://github.com/DataDog/datadog-api-client-ruby/pull/2710)
19+
* Add Static Analysis Rules Endpoints [#2708](https://github.com/DataDog/datadog-api-client-ruby/pull/2708)
20+
21+
### Deprecated
22+
* [api-spec] Mark PATCH /api/v2/incidents/incident_id/attachments endpoint as deprecated [#2766](https://github.com/DataDog/datadog-api-client-ruby/pull/2766)
23+
* [METEXP-2068] Deprecate api/v1/search Endpoint [#2762](https://github.com/DataDog/datadog-api-client-ruby/pull/2762)
24+
25+
### Changed
26+
* Rename historical job API endpoints to threat hunting [#2744](https://github.com/DataDog/datadog-api-client-ruby/pull/2744)
27+
328
## 2.44.0/2025-10-27
429

530
### 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.44.0'
4+
VERSION = '2.45.0'
55
end

0 commit comments

Comments
 (0)