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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# CHANGELOG
2
2
3
+
## 1.8.0 / 2022-03-18
4
+
5
+
### Fixed
6
+
* 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-ruby/pull/704
7
+
* Fix event intake response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/763
8
+
* Fix type for `date` field in `LogsByRetentionMonthlyUsage` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/775
9
+
* Fix org name maximum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/805
10
+
### Added
11
+
*[Synthetics] Add missing option for SSL tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/767
12
+
* Add impossible travel detection method by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/770
13
+
* Add CI App usage endpoint and usage summary columns by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/774
14
+
*[RUM] Add search endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/773
15
+
* Add support for getting online archive usage by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/780
16
+
* Add endpoint for retrieving audit logs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/779
17
+
* Add support for Error Tracking monitors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/808
18
+
### Changed
19
+
* Move duplicate model code into base modules by @skarimo in https://github.com/DataDog/datadog-api-client-ruby/pull/776
20
+
### Deprecated
21
+
*[monitors] Deprecate `locked` property and clarify documentation for `restricted_roles` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/797
22
+
23
+
## New Contributors
24
+
*@juan-fernandez made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/789
0 commit comments