File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
23
## 2.37.1 / 2025-04-14
4
24
5
25
### Fixed
Original file line number Diff line number Diff line change 1
1
package client
2
2
3
3
// Version used in User-Agent header.
4
- const Version = "2.37.2+dev "
4
+ const Version = "2.38.0 "
You can’t perform that action at this time.
0 commit comments