Skip to content

Commit 6e4de01

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

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 2.40.0/2025-06-23
4+
5+
### Fixed
6+
* Fix basic auth requirements [#3163](https://github.com/DataDog/datadog-api-client-go/pull/3163)
7+
* Add support for the api_security detection rule type [#3158](https://github.com/DataDog/datadog-api-client-go/pull/3158)
8+
9+
### Added
10+
* Microsoft Sentinel Public API support [#3161](https://github.com/DataDog/datadog-api-client-go/pull/3161)
11+
* Add custom fields to Rule update/validate API public documentation. [#3150](https://github.com/DataDog/datadog-api-client-go/pull/3150)
12+
* Add hash field to actions in CWS agent rules [#3147](https://github.com/DataDog/datadog-api-client-go/pull/3147)
13+
* SDCD-1142: adding `custom_tags` optional attribute to DORA API spec [#3134](https://github.com/DataDog/datadog-api-client-go/pull/3134)
14+
* Add sampling fields to SDS spec [#3129](https://github.com/DataDog/datadog-api-client-go/pull/3129)
15+
* Add API spec for team hierarchy APIs [#3105](https://github.com/DataDog/datadog-api-client-go/pull/3105)
16+
17+
### Changed
18+
* Update events intake specs for v2 Events post endpoint [#3144](https://github.com/DataDog/datadog-api-client-go/pull/3144)
19+
320
## 2.39.0/2025-06-16
421

522
### 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.39.0"
4+
const Version = "2.40.0"

0 commit comments

Comments
 (0)