Skip to content

Commit 7d58660

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 2.18.0 (#2084)
* Version bump 2.18.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 085689f commit 7d58660

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## 2.18.0 / 2023-11-20
4+
5+
### Fixed
6+
* Fix typo in service definition field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2057
7+
* Fix Powerpack schema by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2055
8+
* Close the response before retry by @therve in https://github.com/DataDog/datadog-api-client-java/pull/2081
9+
### Added
10+
* Add scorecards endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2050
11+
* Document top list widget style by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2035
12+
* Add optional group-bys support to security signals by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2053
13+
* Add support for projected-cost endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2037
14+
* Document missing incident fields by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2059
15+
* Add active billing dimensions to usage metering by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2076
16+
* Add Cost Attribution To Usage Metering Public Beta Documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2062
17+
* Update spec to include new DORA API endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2075
18+
* Add support to patch Synthetics test with partial data using JSON Patch by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2070
19+
* Document new api/app key schemas by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2058
20+
* Document new field `filters` for `CloudWorkloadSecurityAgentRule` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2080
21+
* Live and historical custom timeseries docs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2068
22+
* Add week_to_date and month_to_date to widget livespan by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2071
23+
24+
25+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.17.0...datadog-api-client-2.18.0
26+
327
## 2.17.0 / 2023-11-02
428

529
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
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.17.1-SNAPSHOT</version>
7+
<version>2.18.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)