|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 1.4.0 / 2022-10-03 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Handle errors in deserialization errors by @therve in https://github.com/DataDog/datadog-api-client-typescript/pull/836 |
| 7 | +* Refactor RuleQuery models by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/854 |
| 8 | +* Fix SearchSLO response structure by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/856 |
| 9 | +* Fix debug output by @therve in https://github.com/DataDog/datadog-api-client-typescript/pull/857 |
| 10 | +### Added |
| 11 | +* 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-typescript/pull/785 |
| 12 | +* Add doesNotExist to synthetics operator enum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/825 |
| 13 | +* Add TopologyMapWidget to dashboard schema by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/828 |
| 14 | +* Add Overall Status support to SLO Search API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/830 |
| 15 | +* Add APM Fargate to Usage Metering API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/824 |
| 16 | +* Add support for template variable multiselect in dashboards by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/835 |
| 17 | +* Add storage option to widget query definitions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/840 |
| 18 | +* Add support for retrieving a security signal by ID by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/848 |
| 19 | +* Add support for signal correlation API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/841 |
| 20 | +* Add support for SLO List widget by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/847 |
| 21 | +* Add new historical_cost endpoint, and update estimate_cost by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/839 |
| 22 | +* Add support for incident attachment APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/852 |
| 23 | + |
| 24 | +## New Contributors |
| 25 | +* @nkzou made their first contribution in https://github.com/DataDog/datadog-api-client-typescript/pull/822 |
| 26 | + |
| 27 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-typescript/compare/v1.3.0...v1.4.0 |
| 28 | + |
3 | 29 | ## 1.3.0 / 2022-08-31
|
4 | 30 |
|
5 | 31 | ### Fixed
|
|
0 commit comments