Skip to content

Commit 84247e1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 2.24.0 (#1878)
* Bump datadog_api_client to 2.24.0 * Update CHANGELOG --------- Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 8023081 commit 84247e1

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## 2.24.0 / 2024-07-01
4+
5+
### Fixed
6+
* Security Monitoring - Define specific payload for rule validation/testing by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1843
7+
* Remove the maximum limitation for the synthetics renotify_interval monitor option by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1847
8+
* Add bodyHash as a synthetics assertion type. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1848
9+
* Add missing attributes envelope in ListAPIs response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1856
10+
### Added
11+
* Allow the usage of the filters field when creating an agent rule by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1824
12+
* Add tileDef sort attribute by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1826
13+
* Add Security Monitoring rule test endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1839
14+
* Add originalFileName field to the SyntheticsTestRequestBodyFile definition by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1844
15+
* Add support for API management ListAPIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1851
16+
* Add elementsOperator to json path assertion for synthetic HTTP tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1862
17+
* Add /api/v2/org_configs specs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1861
18+
* Update docs for RU Rollout New and Deprecated Keys planned for Oct 1st by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1873
19+
* Add option for wait step in multistep api tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1872
20+
### Changed
21+
* Monitor priority can have custom ranges and be null by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1870
22+
23+
## New Contributors
24+
* @tim-chaplin-dd made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/1784
25+
* @jack-edmonds-dd made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/1866
26+
27+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-ruby/compare/v2.23.0...v2.24.0
28+
329
## 2.23.0 / 2024-05-22
430

531
### Fixed

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.23.0.dev.1'
4+
VERSION = '2.24.0'
55
end

0 commit comments

Comments
 (0)