|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 1.0.0-beta.8 / 2022-02-18 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Handle lack of process variable by @therve in https://github.com/DataDog/datadog-api-client-typescript/pull/494 |
| 7 | +* Add missing type to `CloudWorkloadSecurityAgentRuleAttributes` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/529 |
| 8 | +* Add missing type to enum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/531 |
| 9 | +* 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-typescript/pull/495 |
| 10 | +### Added |
| 11 | +* Add organization metadata to additional Usage API responses by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/504 |
| 12 | +* Add support for formula and function in monitors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/508 |
| 13 | +* Add endpoint for managing SAML AuthN mappings by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/506 |
| 14 | +* [Synthetics] Add `isCritical` to browser test steps by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/513 |
| 15 | +* Add metrics bulk-config endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/510 |
| 16 | +* Add support for "estimated usage attribution" by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/526 |
| 17 | +* Add org metadata for all hourly usage endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/530 |
| 18 | +### Changed |
| 19 | +* Add CSPM usage fields and change properties to nullable doubles by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/488 |
| 20 | +* Use cross-fetch instead of node-fetch by @therve in https://github.com/DataDog/datadog-api-client-typescript/pull/498 |
| 21 | +* Add synthetics test result failure field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/505 |
| 22 | +* Refactor internal APIs by @therve in https://github.com/DataDog/datadog-api-client-typescript/pull/515 |
| 23 | +* Fix funnel steps definition by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/521 |
| 24 | +* Extract incident meta object by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/525 |
| 25 | +### Security |
| 26 | +* Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in https://github.com/DataDog/datadog-api-client-typescript/pull/500 |
| 27 | + |
| 28 | +## New Contributors |
| 29 | +* @skarimo made their first contribution in https://github.com/DataDog/datadog-api-client-typescript/pull/509 |
| 30 | + |
| 31 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-typescript/compare/v1.0.0-beta.7...v1.0.0-beta.8 |
| 32 | + |
3 | 33 | ## 1.0.0-beta.7 / 2022-01-21
|
4 | 34 |
|
5 | 35 | * [Added] Add `filter[deleted]` parameter for searching recently deleted dashboards. See [#479](https://github.com/DataDog/datadog-api-client-typescript/pull/479).
|
|
0 commit comments