Skip to content

Commit 7ad0deb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#3125)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 073780a commit 7ad0deb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 2.38.0/2025-05-28
4+
5+
### Fixed
6+
* add `include` parameter to On-Call team rules test [#3111](https://github.com/DataDog/datadog-api-client-go/pull/3111)
7+
* fix On-Call spec [#3102](https://github.com/DataDog/datadog-api-client-go/pull/3102)
8+
* Make assertion target be int or string [#3093](https://github.com/DataDog/datadog-api-client-go/pull/3093)
9+
* Fix incorrect pattern for url [#3085](https://github.com/DataDog/datadog-api-client-go/pull/3085)
10+
* Make metadata optional for GCS destination [#3075](https://github.com/DataDog/datadog-api-client-go/pull/3075)
11+
* Remove isReadOnly default when creating dashboards [#3074](https://github.com/DataDog/datadog-api-client-go/pull/3074)
12+
13+
### Added
14+
* Add support for Datadog Events as a data source for rules [#3106](https://github.com/DataDog/datadog-api-client-go/pull/3106)
15+
* Add public APIs to search DORA events [#3103](https://github.com/DataDog/datadog-api-client-go/pull/3103)
16+
* Adding endpoints to manage Resource Evaluation Filters [#3091](https://github.com/DataDog/datadog-api-client-go/pull/3091)
17+
* Add Sev0 as a supported incident severity [#3087](https://github.com/DataDog/datadog-api-client-go/pull/3087)
18+
* Share timerestriction object [#3084](https://github.com/DataDog/datadog-api-client-go/pull/3084)
19+
* add On-Call Paging spec [#3078](https://github.com/DataDog/datadog-api-client-go/pull/3078)
20+
* Add pagination method for NDM ListDevices. [#3072](https://github.com/DataDog/datadog-api-client-go/pull/3072)
21+
* Add On-Call Team Rules [#3070](https://github.com/DataDog/datadog-api-client-go/pull/3070)
22+
323
## 2.37.1 / 2025-04-14
424

525
### 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.37.2+dev"
4+
const Version = "2.38.0"

0 commit comments

Comments
 (0)