|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 2.12.0 / 2023-06-27 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Mark `restricted_roles` as nullable in monitor update request by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1403 |
| 7 | +* Mark additional usage fields as `nullable` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1411 |
| 8 | +* Updated findings api error responses by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1391 |
| 9 | +* Mark usage metering field `lines_indexed` as `nullable` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1417 |
| 10 | +* Update dashboard widget axis field descriptions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1401 |
| 11 | +* Fix `CreateGCPSTSAccount` return code and update tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1422 |
| 12 | +* Fix `CreateGCPSTSAccount` response status code by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1425 |
| 13 | +* Add missing descriptions for authorization scopes in public docs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1423 |
| 14 | +* Fix pattern definition by @therve in https://github.com/DataDog/datadog-api-client-ruby/pull/1429 |
| 15 | +* Update CI Visibility pipelines write API endpoint fields by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1428 |
| 16 | +### Added |
| 17 | +* Add support for mute findings endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1376 |
| 18 | +* Expose `database-monitoring` monitor type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1255 |
| 19 | +* Add endpoint to get Synthetics default locations by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1410 |
| 20 | +* Add usage metering RUM Roku fields by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1418 |
| 21 | +* Add usage metering fields for AWS and Azure cloud cost management by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1419 |
| 22 | +* Add support for CI Visibility create pipeline events endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1413 |
| 23 | +* Add isUndefined synthetics assertion operator by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1421 |
| 24 | +* Add missing Synthetics and Metrics Scope descriptions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1424 |
| 25 | +### Changed |
| 26 | +* Team name and handle length updates by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1398 |
| 27 | +### Deprecated |
| 28 | +* mark v1 GCP APIs as deprecated by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1414 |
| 29 | + |
| 30 | + |
| 31 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-ruby/compare/v2.11.0...v2.12.0 |
| 32 | + |
3 | 33 | ## 2.11.0 / 2023-05-31 |
4 | 34 |
|
5 | 35 | ### Fixed |
|
0 commit comments