|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 1.27.0 / 2024-08-12 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* fix monitor enum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1698 |
| 7 | +* dashboards add support for time-slice SLOs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1699 |
| 8 | +* Make modified by field nullable for get all API keys by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1704 |
| 9 | +* Add `409 Conflict` to `CreateGlobalVariable` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1712 |
| 10 | +### Added |
| 11 | +* Add network performance monitor type to API spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1674 |
| 12 | +* Document `force_delete_dependencies` for synthetics test deletion by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1668 |
| 13 | +* Support metric filtering in integration azure GET, PUT APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1680 |
| 14 | +* add enableProfiling and enableSecurityTesting options by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1690 |
| 15 | +* Add convert rule JSON to terraform to Datadog API Spec. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1665 |
| 16 | +* add changes for datadog partner program to estimated cost and billable usage APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1670 |
| 17 | +* Add type as a required field for the different basic auth types by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1682 |
| 18 | +* Adding Network Device Monitoring API Documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1676 |
| 19 | +* Security Monitoring - Support anomaly threshold detection method by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1695 |
| 20 | +* update hourly usage API docs for partner program by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1706 |
| 21 | +* Add resource_type query param to authn mapping spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1641 |
| 22 | +* Add rum stream to API definition by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1713 |
| 23 | +* Support `incident_analytics` enum in dashboard widget `FormulaAndFunctionEventsDataSource` data sources by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1719 |
| 24 | +* update usage summary API docs for partner program by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1717 |
| 25 | +* update historical_cost and projected_cost for partner program by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1708 |
| 26 | +* Add custom cost endpoints to public API documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1720 |
| 27 | +* Update documentation for Cloud SIEM Analyzed Logs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1722 |
| 28 | +* Update documentation for App Sec SCA by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1710 |
| 29 | +* Add trigger API documentation for workflow automation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1687 |
| 30 | +* Add PUT endpoint to scorecards APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1732 |
| 31 | +* Documentation for new device tags endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1724 |
| 32 | +* Update documentation for Flex Logs Starter by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1742 |
| 33 | +### Changed |
| 34 | +* add mfa_enabled field and change created_at type to datetime by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1743 |
| 35 | +### Deprecated |
| 36 | +* Deprecate `ListAWSRelatedAccounts` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1711 |
| 37 | + |
| 38 | +## New Contributors |
| 39 | +* @jack-edmonds-dd made their first contribution in https://github.com/DataDog/datadog-api-client-typescript/pull/1684 |
| 40 | +* @amaskara-dd made their first contribution in https://github.com/DataDog/datadog-api-client-typescript/pull/1703 |
| 41 | + |
| 42 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-typescript/compare/v1.26.0...v1.27.0 |
| 43 | + |
3 | 44 | ## 1.26.0 / 2024-07-01
|
4 | 45 |
|
5 | 46 | ### Fixed
|
|
0 commit comments