File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 | uniq)
4949
5050 declare -A versions
51- for package in $CHANGED_PACKAGE_JSON_FILES ; do
51+ for package in $CHANGED_VERSION_GO_FILES ; do
5252 base_version=$(git show $BASE_SHA:$package/version.go | grep "Version =" | sed 's/.*"\(.*\)".*/\1/')
5353 head_version=$(git show $HEAD_SHA:$package/version.go | grep "Version =" | sed 's/.*"\(.*\)".*/\1/')
5454
Original file line number Diff line number Diff line change 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-
233## 2.37.1 / 2025-04-14
244
255### Fixed
Original file line number Diff line number Diff line change 11package client
22
33// Version used in User-Agent header.
4- const Version = "2.38.0 "
4+ const Version = "2.37.2+dev "
You can’t perform that action at this time.
0 commit comments