Skip to content

Commit 1974692

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#3156)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 046024f commit 1974692

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.39.0/2025-06-16
4+
5+
### Fixed
6+
* sanitize configuration keys correctly [#3143](https://github.com/DataDog/datadog-api-client-go/pull/3143)
7+
8+
### Changed
9+
* Add billing read permission [#3139](https://github.com/DataDog/datadog-api-client-go/pull/3139)
10+
* Update DORA endpoints [#3119](https://github.com/DataDog/datadog-api-client-go/pull/3119)
11+
12+
### Added
13+
* Add `form` field for `multipart/form-data` HTTP API tests [#3135](https://github.com/DataDog/datadog-api-client-go/pull/3135)
14+
* Add new endpoint to upsert/list/delete custom kinds [#3128](https://github.com/DataDog/datadog-api-client-go/pull/3128)
15+
* Add spec for team on-call endpoint [#3126](https://github.com/DataDog/datadog-api-client-go/pull/3126)
16+
* Add support for all subtypes in multistep steps [#3100](https://github.com/DataDog/datadog-api-client-go/pull/3100)
17+
* Exposing set action on Terraform V2 [#3099](https://github.com/DataDog/datadog-api-client-go/pull/3099)
18+
* Added new optional field definition to include more detail in findings for '/api/v2/posture_management/findings' [#3096](https://github.com/DataDog/datadog-api-client-go/pull/3096)
19+
* Add monitor draft status field [#3095](https://github.com/DataDog/datadog-api-client-go/pull/3095)
20+
* Add rum application to restriction policy [#2984](https://github.com/DataDog/datadog-api-client-go/pull/2984)
21+
322
## 2.38.0/2025-05-28
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.38.0"
4+
const Version = "2.39.0"

0 commit comments

Comments
 (0)