Skip to content

Prepare for master branch release #3120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## 2.38.0/2025-05-27

### Fixed
* add `include` parameter to On-Call team rules test [#3111](https://github.com/DataDog/datadog-api-client-go/pull/3111)
* fix On-Call spec [#3102](https://github.com/DataDog/datadog-api-client-go/pull/3102)
* Make assertion target be int or string [#3093](https://github.com/DataDog/datadog-api-client-go/pull/3093)
* Fix incorrect pattern for url [#3085](https://github.com/DataDog/datadog-api-client-go/pull/3085)
* Make metadata optional for GCS destination [#3075](https://github.com/DataDog/datadog-api-client-go/pull/3075)
* Remove isReadOnly default when creating dashboards [#3074](https://github.com/DataDog/datadog-api-client-go/pull/3074)

### Added
* Add support for Datadog Events as a data source for rules [#3106](https://github.com/DataDog/datadog-api-client-go/pull/3106)
* Add public APIs to search DORA events [#3103](https://github.com/DataDog/datadog-api-client-go/pull/3103)
* Adding endpoints to manage Resource Evaluation Filters [#3091](https://github.com/DataDog/datadog-api-client-go/pull/3091)
* Add Sev0 as a supported incident severity [#3087](https://github.com/DataDog/datadog-api-client-go/pull/3087)
* Share timerestriction object [#3084](https://github.com/DataDog/datadog-api-client-go/pull/3084)
* add On-Call Paging spec [#3078](https://github.com/DataDog/datadog-api-client-go/pull/3078)
* Add pagination method for NDM ListDevices. [#3072](https://github.com/DataDog/datadog-api-client-go/pull/3072)
* Add On-Call Team Rules [#3070](https://github.com/DataDog/datadog-api-client-go/pull/3070)

## 2.37.1 / 2025-04-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package client

// Version used in User-Agent header.
const Version = "2.37.2+dev"
const Version = "2.38.0"