Skip to content

Commit b10d182

Browse files
therveNouemanKHAL
andauthored
Prepare 1.3.0 release (#1112)
* Prepare 1.3.0 release * Update CHANGELOG.md Co-authored-by: NouemanKHAL <[email protected]>
1 parent 7890da0 commit b10d182

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.0 / 2021-12-21
4+
5+
* [Added] Provide an all-in-one jar. See [#1088](https://github.com/DataDog/datadog-api-client-java/pull/1088).
6+
* [Added] Add Limit Note for Hourly Requests. See [#1076](https://github.com/DataDog/datadog-api-client-java/pull/1076).
7+
* [Added] Expose estimated logs usage in Usage Attribution API. See [#1077](https://github.com/DataDog/datadog-api-client-java/pull/1077).
8+
* [Added] Add endpoint to get corrections applied to an SLO. See [#1066](https://github.com/DataDog/datadog-api-client-java/pull/1066).
9+
* [Added] Expose `public_id` and `org_name` in Usage API response. See [#1069](https://github.com/DataDog/datadog-api-client-java/pull/1069).
10+
* [Added] Document query in `MonitorSearchResult`. See [#1067](https://github.com/DataDog/datadog-api-client-java/pull/1067).
11+
* [Added] Add 429 error responses. See [#1053](https://github.com/DataDog/datadog-api-client-java/pull/1053).
12+
* [Added] Add support for profiled Fargate tasks in Usage API. See [#1048](https://github.com/DataDog/datadog-api-client-java/pull/1048).
13+
* [Added] Add support for `websocket` synthetics tests. See [#1051](https://github.com/DataDog/datadog-api-client-java/pull/1051).
14+
* [Added] Add support for UDP Synthetics API tests. See [#1040](https://github.com/DataDog/datadog-api-client-java/pull/1040).
15+
* [Added] Add trigger synthetics tests endpoint. See [#1020](https://github.com/DataDog/datadog-api-client-java/pull/1020).
16+
* [Added] Add RUM Units to usage metering API. See [#1036](https://github.com/DataDog/datadog-api-client-java/pull/1036).
17+
* [Added] Add formulas and functions support to change widget. See [#952](https://github.com/DataDog/datadog-api-client-java/pull/952).
18+
* [Added] Add support for Azure `automute` option. See [#1028](https://github.com/DataDog/datadog-api-client-java/pull/1028).
19+
* [Added] Add v2 intake endpoint. See [#1019](https://github.com/DataDog/datadog-api-client-java/pull/1019).
20+
* [Added] Add support for RRULE fields in SLO corrections. See [#979](https://github.com/DataDog/datadog-api-client-java/pull/979).
21+
* [Added] Add aggregations attribute to v2 metric tag configuration. See [#959](https://github.com/DataDog/datadog-api-client-java/pull/959).
22+
* [Added] Add `apm_stats_query` property to `DistributionWidgetRequest`. See [#1009](https://github.com/DataDog/datadog-api-client-java/pull/1009).
23+
* [Added] Add `metrics_collection_enabled`, `cspm_resource_collection_enabled ` and `resource_collection_enabled` to AWS integration request. See [#1000](https://github.com/DataDog/datadog-api-client-java/pull/1000).
24+
* [Added] Add SDS to usage metering endpoint. See [#1003](https://github.com/DataDog/datadog-api-client-java/pull/1003).
25+
* [Added] Add endpoint to get details of a Synthetics batch. See [#951](https://github.com/DataDog/datadog-api-client-java/pull/951).
26+
* [Fixed] Fix a typo in an incident field attribute description. See [#1087](https://github.com/DataDog/datadog-api-client-java/pull/1087).
27+
* [Fixed] Fix `SecurityMonitoringSignal.attributes.tags` type. See [#1089](https://github.com/DataDog/datadog-api-client-java/pull/1089).
28+
* [Fixed] Be more resilient to plain text errors. See [#1074](https://github.com/DataDog/datadog-api-client-java/pull/1074).
29+
* [Fixed] Fix monitor `timeout_h` example and limits. See [#1064](https://github.com/DataDog/datadog-api-client-java/pull/1064).
30+
* [Fixed] Remove event title length constraint. See [#1060](https://github.com/DataDog/datadog-api-client-java/pull/1060).
31+
* [Fixed] Mark `batch_id` in Synthetics Trigger CI response as nullable. See [#1055](https://github.com/DataDog/datadog-api-client-java/pull/1055).
32+
* [Fixed] SLO Correction attributes `rrule` and `duration` can be nullable. See [#1043](https://github.com/DataDog/datadog-api-client-java/pull/1043).
33+
* [Fixed] Change `UsageNetworkFlowsHour.indexed_event_count` to match actual API. See [#1039](https://github.com/DataDog/datadog-api-client-java/pull/1039).
34+
* [Fixed] Fix type for `ratio_in_month` in usage metering. See [#1032](https://github.com/DataDog/datadog-api-client-java/pull/1032).
35+
* [Fixed] Use plural form for dbm hosts usage properties. See [#991](https://github.com/DataDog/datadog-api-client-java/pull/991).
36+
* [Fixed] Make monitor properties `priority` and `restricted_roles` nullable. See [#1008](https://github.com/DataDog/datadog-api-client-java/pull/1008).
37+
* [Changed] Fix required target in assertions and type in Synthetics step results. See [#1044](https://github.com/DataDog/datadog-api-client-java/pull/1044).
38+
* [Changed] Update Synthetics CI test metadata. See [#990](https://github.com/DataDog/datadog-api-client-java/pull/990).
39+
* [Deprecated] Remove session counts from RUM units response. See [#1101](https://github.com/DataDog/datadog-api-client-java/pull/1101).
40+
* [Deprecated] Update property descriptions for Dashboard RBAC release. See [#1018](https://github.com/DataDog/datadog-api-client-java/pull/1018).
41+
342
## 1.2.0 / 2021-10-13
443

544
* [Added] Add support for list widget in dashboards. See [#888](https://github.com/DataDog/datadog-api-client-java/pull/888).

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>1.2.0</version>
7+
<version>1.3.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)