Skip to content

Commit 72f118d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 2.24.0 (#2427)
* Version bump 2.24.0 * Update CHANGELOG --------- Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 2ee9f8b commit 72f118d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## 2.24.0 / 2024-03-13
4+
5+
### Fixed
6+
* Disable additionalProperties for Downtime Schedule UpdateRequest oneOfs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2390
7+
* Fix ListServiceDefinitions pagination information by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2416
8+
### Added
9+
* Adds support for `ListMetricAssets` endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2404
10+
* Add support for new CRUD agent rules endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2410
11+
* Add documentation for workflow usage attribution by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2418
12+
* Add Custom Destinations Public API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2422
13+
### Deprecated
14+
* Deprecate the pattern property for SDS Standard Pattern Attributes by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2411
15+
* Deprecate Incident Services endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2424
16+
17+
## New Contributors
18+
* @antonio-ramadas-dd made their first contribution in https://github.com/DataDog/datadog-api-client-go/pull/2421
19+
20+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-go/compare/v2.23.0...v2.24.0
21+
322
## 2.23.0 / 2024-02-27
423

524
### Fixed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package client
22

33
// Version used in User-Agent header.
4-
const Version = "2.23.1+dev"
4+
const Version = "2.24.0"

0 commit comments

Comments
 (0)