|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 2.2.0 / 2022-10-03 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Refactor RuleQuery models by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1082 |
| 7 | +* Fix SearchSLO response structure by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1084 |
| 8 | +### Added |
| 9 | +* Add ListActiveConfigurations endpoint and add new filter[queried] param to list tag configurations endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1017 |
| 10 | +* Add doesNotExist to synthetics operator enum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1059 |
| 11 | +* Add TopologyMapWidget to dashboard schema by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1063 |
| 12 | +* Add Overall Status support to SLO Search API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1065 |
| 13 | +* Add support for proxy usage by @skarimo in https://github.com/DataDog/datadog-api-client-ruby/pull/1069 |
| 14 | +* Add APM Fargate to Usage Metering API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1058 |
| 15 | +* Add support for template variable multiselect in dashboards by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1068 |
| 16 | +* Add storage option to widget query definitions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1072 |
| 17 | +* Add support for retrieving a security signal by ID by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1077 |
| 18 | +* Add support for signal correlation API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1073 |
| 19 | +* Add support for SLO List widget by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1076 |
| 20 | +* Add new historical_cost endpoint, and update estimate_cost by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1071 |
| 21 | +* Add support for incident attachment APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1083 |
| 22 | + |
| 23 | +## New Contributors |
| 24 | +* @nkzou made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/1057 |
| 25 | +* @dependabot made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/1091 |
| 26 | + |
| 27 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-ruby/compare/v2.1.0...v2.2.0 |
| 28 | + |
3 | 29 | ## 2.1.0 / 2022-08-31 |
4 | 30 |
|
5 | 31 | ### Added |
|
0 commit comments