Skip to content

Commit 8355dfb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2648)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 06ee48e commit 8355dfb

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## 2.38.0/2025-06-24
4+
5+
### Fixed
6+
* Fix basic auth requirements [#2638](https://github.com/DataDog/datadog-api-client-python/pull/2638)
7+
* Add support for the api_security detection rule type [#2633](https://github.com/DataDog/datadog-api-client-python/pull/2633)
8+
9+
### Added
10+
* Microsoft Sentinel Public API support [#2636](https://github.com/DataDog/datadog-api-client-python/pull/2636)
11+
* Add the AP2 datacenter. [#2634](https://github.com/DataDog/datadog-api-client-python/pull/2634)
12+
* Add custom fields to Rule update/validate API public documentation. [#2624](https://github.com/DataDog/datadog-api-client-python/pull/2624)
13+
* Add hash field to actions in CWS agent rules [#2621](https://github.com/DataDog/datadog-api-client-python/pull/2621)
14+
* Add `form` field for `multipart/form-data` HTTP API tests [#2606](https://github.com/DataDog/datadog-api-client-python/pull/2606)
15+
* SDCD-1142: adding `custom_tags` optional attribute to DORA API spec [#2605](https://github.com/DataDog/datadog-api-client-python/pull/2605)
16+
* Add sampling fields to SDS spec [#2601](https://github.com/DataDog/datadog-api-client-python/pull/2601)
17+
* Add new endpoint to upsert/list/delete custom kinds [#2600](https://github.com/DataDog/datadog-api-client-python/pull/2600)
18+
* Add spec for team on-call endpoint [#2598](https://github.com/DataDog/datadog-api-client-python/pull/2598)
19+
20+
### Changed
21+
* Update events intake specs for v2 Events post endpoint [#2615](https://github.com/DataDog/datadog-api-client-python/pull/2615)
22+
* Add billing read permission [#2611](https://github.com/DataDog/datadog-api-client-python/pull/2611)
23+
324
## 2.37.0/2025-06-23
425

526
### Fixed

src/datadog_api_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This product includes software developed at Datadog (https://www.datadoghq.com/).
44
# Copyright 2020-Present Datadog, Inc.
55

6-
__version__ = "2.37.0"
6+
__version__ = "2.38.0"

0 commit comments

Comments
 (0)