Skip to content

Commit afcb8c6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Release 2.26.0 (#2352)
* Version bump 2.26.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 054b0ad commit afcb8c6

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Diff for: CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# CHANGELOG
22

3+
## 2.26.0 / 2024-07-02
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-java/pull/2306
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-java/pull/2310
8+
* Add bodyHash as a synthetics assertion type. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2311
9+
* Add org.aopalliance to the list of packages to shade. by @jack-edmonds-dd in https://github.com/DataDog/datadog-api-client-java/pull/2315
10+
* Add missing attributes envelope in ListAPIs response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2321
11+
### Added
12+
* 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-java/pull/2286
13+
* Add tileDef sort attribute by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2288
14+
* Add Security Monitoring rule test endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2302
15+
* Add originalFileName field to the SyntheticsTestRequestBodyFile definition by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2307
16+
* Add support for API management ListAPIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2314
17+
* Add elementsOperator to json path assertion for synthetic HTTP tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2327
18+
* Add /api/v2/org_configs specs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2326
19+
* 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-java/pull/2339
20+
* Add option for wait step in multistep api tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2338
21+
* add cross org uuids to timeseries query by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2331
22+
### Changed
23+
* Monitor priority can have custom ranges and be null by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2335
24+
25+
## New Contributors
26+
* @jack-edmonds-dd made their first contribution in https://github.com/DataDog/datadog-api-client-java/pull/2315
27+
* @tim-chaplin-dd made their first contribution in https://github.com/DataDog/datadog-api-client-java/pull/2248
28+
29+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.25.0...datadog-api-client-2.26.0
30+
331
## 2.25.0 / 2024-05-22
432

533
### Fixed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>datadog-api-client</artifactId>
55
<packaging>jar</packaging>
66
<name>datadog-api-client</name>
7-
<version>2.25.1-SNAPSHOT</version>
7+
<version>2.26.0</version>
88
<url>https://github.com/DataDog/datadog-api-client-java</url>
99
<description>Java client library for Datadog API</description>
1010
<scm>

0 commit comments

Comments
 (0)