|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 1.32.0 / 2025-02-05 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Refactor fetch handling to avoid illegal invocation errors by @skarimo in https://github.com/DataDog/datadog-api-client-typescript/pull/1990 |
| 7 | +* Modify owner properties to be a string by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2036 |
| 8 | +### Added |
| 9 | +* Add UT breakdown for fargate_container_profiler billing dimension by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1964 |
| 10 | +* Add synthetics browser step public_id field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1837 |
| 11 | +* Add support for vulnerability management by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1965 |
| 12 | +* add start_date to suppression APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1929 |
| 13 | +* Add CSM Coverage Analysis API specs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1970 |
| 14 | +* Add allow_self_lockout to documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1979 |
| 15 | +* Ephemeral Infra_host new keys in summary endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1981 |
| 16 | +* Update app builder API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1974 |
| 17 | +* Add meta and source fields to JSONAPIErrorItem by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1973 |
| 18 | +* Add CSM Agentless Read Endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1971 |
| 19 | +* Update rum doc to include new usage types by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1984 |
| 20 | +* add cost monitor type to API Spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1996 |
| 21 | +* Add Action Connection API for Workflow Automation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1982 |
| 22 | +* Add `type` in Data Deletion API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2001 |
| 23 | +* Add a cost monitor example by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2007 |
| 24 | +* Add `provider_name` attribute to pipelines API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1986 |
| 25 | +* Add support for vulnerability management - GetSBOM new endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2006 |
| 26 | +* Remove preview status for GetBillingDimensionMapping endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2014 |
| 27 | +* Add encryption field to logs archive destination by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2012 |
| 28 | +* Add tags and description to logs pipelines by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2018 |
| 29 | +* Publish security notification rules API endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2010 |
| 30 | +* Publish app builder API documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1988 |
| 31 | +* update public document with configuration event type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2026 |
| 32 | +* Add support for Entity kind API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2031 |
| 33 | +* Rename `embeddedQueries` attribute to `queries` in app builder api by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2032 |
| 34 | +### Changed |
| 35 | +* Fix specification for Azure metric filtering by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1968 |
| 36 | +* Change allow_self_lockout from string to bool by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1983 |
| 37 | +* remove flag Beta for cost-by-tag endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2023 |
| 38 | +* Added Support for Workflow Webhooks Public API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2027 |
| 39 | +* Vulnerabilities endpoints GA - Remove `x-unstable` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/2033 |
| 40 | + |
| 41 | + |
| 42 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-typescript/compare/v1.31.0...v1.32.0 |
| 43 | + |
3 | 44 | ## 1.31.0 / 2024-12-17
|
4 | 45 |
|
5 | 46 | ### Added
|
|
0 commit comments