Skip to content

Commit 200b828

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authoredFeb 6, 2024
Release 1.22.0 (#1512)
* Bump version to 1.22.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 fd367b2 commit 200b828

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# CHANGELOG
22

3+
## 1.22.0 / 2024-02-06
4+
5+
### Fixed
6+
* Add test support for file parameters by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1491
7+
* Security Monitoring Suppressions - Make expiration date nullable in update payload by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1500
8+
### Added
9+
* Security Monitoring - Add API support for suppression rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1484
10+
* Document support for BYDAY in SLO corrections by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1492
11+
* Add missing optional field env in DORA API endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1493
12+
* Add compressedProtoFile field to SyntheticsTestRequest by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1490
13+
* Add daily limit reset options to logs indexes api by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1494
14+
* Add support for API management API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1489
15+
* Add pagination helper for team memberships by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1502
16+
* Increase limit on allowed number of graphs in split graph widget by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1507
17+
### Deprecated
18+
* Mark dashboard 'is_read_only' and 'restricted_roles' properties as deprecated by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1476
19+
20+
21+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-typescript/compare/v1.21.0...v1.22.0
22+
323
## 1.21.0 / 2024-01-10
424

525
### Fixed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@
108108
"engines": {
109109
"node": ">=12.0.0"
110110
},
111-
"version": "1.21.1-beta.0"
111+
"version": "1.22.0"
112112
}

0 commit comments

Comments
 (0)