Skip to content

Commit 3f2b37f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 2.1.0 (#1442)
* Version bump 2.1.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 0725943 commit 3f2b37f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 2.1.0 / 2022-08-01
4+
5+
### Fixed
6+
* Add synthetics results api replay only tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1425
7+
* Remove `zstd` compression support by @skarimo in https://github.com/DataDog/datadog-api-client-java/pull/1439
8+
### Added
9+
* docs(dataviz): update Treemap widget definition with deprecated properties + updated description [VIZZ-2305] by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1426
10+
* Add hourly usage v2 endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1410
11+
* Add metrics field in the RuleQuery by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1411
12+
* Add support for Events V2 endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1387
13+
* [RQ-2492]: Add custom_events to list of product families in hourly-usage api. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1434
14+
* Re-introduce Estimated Cost API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1441
15+
### Changed
16+
* Bump jersey to major version 3 by @skarimo in https://github.com/DataDog/datadog-api-client-java/pull/1424
17+
18+
## New Contributors
19+
* @ganeshkumarsv made their first contribution in https://github.com/DataDog/datadog-api-client-java/pull/1421
20+
21+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.0.0...datadog-api-client-2.1.0
22+
323
## 2.0.0 / 2022-07-19
424

525
### 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.0.1-SNAPSHOT</version>
7+
<version>2.1.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)