Skip to content

Commit 6823564

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

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.49.0/2026-01-15
4+
5+
### Added
6+
* Add subtest for synthetics multistep tests [#2901](https://github.com/DataDog/datadog-api-client-ruby/pull/2901)
7+
* feat - Add data-quality alert monitor type support [#2899](https://github.com/DataDog/datadog-api-client-ruby/pull/2899)
8+
* Add a new end point that allows the SPA recommendation to be called without the shard parameter [#2892](https://github.com/DataDog/datadog-api-client-ruby/pull/2892)
9+
* Add Critical Assets specs to security_monitoring feature [#2888](https://github.com/DataDog/datadog-api-client-ruby/pull/2888)
10+
* Add new Observability Pipelines components [#2883](https://github.com/DataDog/datadog-api-client-ruby/pull/2883)
11+
* Specify accepted types for UpsertRows values [#2876](https://github.com/DataDog/datadog-api-client-ruby/pull/2876)
12+
* Add subtest for synthetics multistep tests [#2865](https://github.com/DataDog/datadog-api-client-ruby/pull/2865)
13+
* Add `query` param in rules list endpoint [#2857](https://github.com/DataDog/datadog-api-client-ruby/pull/2857)
14+
* Add Security Findings Public API beta endpoints [#2844](https://github.com/DataDog/datadog-api-client-ruby/pull/2844)
15+
* Add bar chart widget to Dashboards API [#2816](https://github.com/DataDog/datadog-api-client-ruby/pull/2816)
16+
* Update distribution and heatmap's `markers` ,`num_buckets` properties and allowed request/query [#2815](https://github.com/DataDog/datadog-api-client-ruby/pull/2815)
17+
* Add region_filter_configs and is_global_location_enabled to v2 GCP API [#2808](https://github.com/DataDog/datadog-api-client-ruby/pull/2808)
18+
19+
### Deprecated
20+
* Update docs for Security Finding API endpoints [#2897](https://github.com/DataDog/datadog-api-client-ruby/pull/2897)
21+
22+
### Removed
23+
* Revert - Update specs for AWS account updates and creation for CCM configs [#2886](https://github.com/DataDog/datadog-api-client-ruby/pull/2886)
24+
25+
### Fixed
26+
* remove duplicate sync_enabled field for PATCH Reference Tables request schema [#2789](https://github.com/DataDog/datadog-api-client-ruby/pull/2789)
27+
328
## 2.48.0/2026-01-08
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.48.0'
4+
VERSION = '2.49.0'
55
end

0 commit comments

Comments
 (0)