Skip to content

Commit c28af35

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Release 1.29.0 (#1847)
* Bump version to 1.29.0 * Update CHANGELOG --------- Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 77a185d commit c28af35

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# CHANGELOG
22

3+
## 1.29.0 / 2024-10-02
4+
5+
### Fixed
6+
* change schema used in FastlyServicesResponse by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1828
7+
### Added
8+
* Add new synthetics HTTP javascript assertion by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1744
9+
* Dashboards - Toplist widget style - Add palette by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1802
10+
* Allow Table Widget requests to specify text replace formatting in dashboards by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1803
11+
* Add documentation for Data Jobs Monitoring summary keys by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1808
12+
* Update estimate docs with realtime changes by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1832
13+
* Ensure clients can handle empty oneOf objects by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1830
14+
* Add referenceTables field to security monitoring endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1825
15+
* Add UA documentation for new DJM usage_type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1826
16+
* Add v2 endpoints for MS Teams Integration by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1835
17+
* Add schema for mobile test by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1818
18+
* Add Synthetics endpoint to fetch uptimes in API spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1792
19+
### Changed
20+
* Split the synthetics request port field into a oneOf by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1811
21+
* Remove unused field `color` in `TeamUpdateAttributes` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1809
22+
* Powerpack add support for prefix and available values by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1819
23+
* Update v2 metrics list endpoint filter by metric type to use metric type category by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1833
24+
### Security
25+
* Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in https://github.com/DataDog/datadog-api-client-typescript/pull/1795
26+
* Bump express from 4.18.2 to 4.21.0 by @dependabot in https://github.com/DataDog/datadog-api-client-typescript/pull/1815
27+
28+
## New Contributors
29+
* @segevfiner made their first contribution in https://github.com/DataDog/datadog-api-client-typescript/pull/1786
30+
31+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-typescript/compare/v1.28.0...v1.29.0
32+
333
## 1.28.0 / 2024-09-04
434

535
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@
108108
"engines": {
109109
"node": ">=12.0.0"
110110
},
111-
"version": "1.28.1-beta.0",
111+
"version": "1.29.0",
112112
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
113113
}

0 commit comments

Comments
 (0)