Skip to content

Commit d3826c9

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

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## 2.39.0/2025-06-30
4+
5+
### Fixed
6+
* Synthetics mobile test `message` field is now required [#2657](https://github.com/DataDog/datadog-api-client-python/pull/2657)
7+
* Make dns port be string and number [#2641](https://github.com/DataDog/datadog-api-client-python/pull/2641)
8+
* Fix basic auth requirements [#2638](https://github.com/DataDog/datadog-api-client-python/pull/2638)
9+
* Add support for the api_security detection rule type [#2633](https://github.com/DataDog/datadog-api-client-python/pull/2633)
10+
11+
### Security
12+
* Remove caseIndex from historical jobs api spec [#2656](https://github.com/DataDog/datadog-api-client-python/pull/2656)
13+
14+
### Changed
15+
* Update events intake specs for v2 Events post endpoint [#2652](https://github.com/DataDog/datadog-api-client-python/pull/2652)
16+
* Update events intake specs for v2 Events post endpoint [#2615](https://github.com/DataDog/datadog-api-client-python/pull/2615)
17+
* Add billing read permission [#2611](https://github.com/DataDog/datadog-api-client-python/pull/2611)
18+
19+
### Added
20+
* Update Incident API specs to include `is_test` in `POST /incidents` and incidents response [#2651](https://github.com/DataDog/datadog-api-client-python/pull/2651)
21+
* Add App Key Registration API [#2645](https://github.com/DataDog/datadog-api-client-python/pull/2645)
22+
* Microsoft Sentinel Public API support [#2636](https://github.com/DataDog/datadog-api-client-python/pull/2636)
23+
* Add the AP2 datacenter. [#2634](https://github.com/DataDog/datadog-api-client-python/pull/2634)
24+
* Add custom fields to Rule update/validate API public documentation. [#2624](https://github.com/DataDog/datadog-api-client-python/pull/2624)
25+
* Add hash field to actions in CWS agent rules [#2621](https://github.com/DataDog/datadog-api-client-python/pull/2621)
26+
* Add `form` field for `multipart/form-data` HTTP API tests [#2606](https://github.com/DataDog/datadog-api-client-python/pull/2606)
27+
28+
### Deprecated
29+
* Deprecate SLO metadata fields in api spec [#2608](https://github.com/DataDog/datadog-api-client-python/pull/2608)
30+
331
## 2.38.0/2025-06-24
432

533
### 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.38.0"
6+
__version__ = "2.39.0"

0 commit comments

Comments
 (0)