You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# CHANGELOG
2
2
3
+
## 1.5.0 / 2022-02-21
4
+
5
+
### Fixed
6
+
* Add missing type to `CloudWorkloadSecurityAgentRuleAttributes` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1192
7
+
* Add missing type to enum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1194
8
+
* Add nullable user relationships to incidents and use this relationship schema for `commander_user` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1162
9
+
### Added
10
+
* Add organization metadata to additional Usage API responses by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1169
11
+
* Add support for formula and function in monitors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1175
12
+
* Add async support by @therve in https://github.com/DataDog/datadog-api-client-java/pull/1171
13
+
* Add endpoint for managing SAML AuthN mappings by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1173
14
+
*[Synthetics] Add `isCritical` to browser test steps by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1181
15
+
* Add metrics bulk-config endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1177
16
+
* Add support for "estimated usage attribution" by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1188
17
+
* Add org metadata for all hourly usage endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1193
18
+
### Changed
19
+
* Add synthetics test result failure field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1170
20
+
* Fix funnel steps definition by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1184
21
+
* Extract incident meta object by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1187
0 commit comments