Skip to content

Commit ca3965d

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

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## 2.36.0/2025-06-16
4+
5+
### Changed
6+
* Add billing read permission [#2611](https://github.com/DataDog/datadog-api-client-python/pull/2611)
7+
* Update DORA endpoints [#2591](https://github.com/DataDog/datadog-api-client-python/pull/2591)
8+
9+
### Added
10+
* Add `form` field for `multipart/form-data` HTTP API tests [#2606](https://github.com/DataDog/datadog-api-client-python/pull/2606)
11+
* Add new endpoint to upsert/list/delete custom kinds [#2600](https://github.com/DataDog/datadog-api-client-python/pull/2600)
12+
* Add spec for team on-call endpoint [#2598](https://github.com/DataDog/datadog-api-client-python/pull/2598)
13+
* Add support for Datadog Events as a data source for rules [#2578](https://github.com/DataDog/datadog-api-client-python/pull/2578)
14+
* Add public APIs to search DORA events [#2575](https://github.com/DataDog/datadog-api-client-python/pull/2575)
15+
* Add support for all subtypes in multistep steps [#2573](https://github.com/DataDog/datadog-api-client-python/pull/2573)
16+
* Added new optional field definition to include more detail in findings for '/api/v2/posture_management/findings' [#2569](https://github.com/DataDog/datadog-api-client-python/pull/2569)
17+
* Exposing set action on Terraform V2 [#2568](https://github.com/DataDog/datadog-api-client-python/pull/2568)
18+
* Adding endpoints to manage Resource Evaluation Filters [#2567](https://github.com/DataDog/datadog-api-client-python/pull/2567)
19+
* Add monitor draft status field [#2566](https://github.com/DataDog/datadog-api-client-python/pull/2566)
20+
21+
### Fixed
22+
* add `include` parameter to On-Call team rules test [#2582](https://github.com/DataDog/datadog-api-client-python/pull/2582)
23+
* fix On-Call spec [#2572](https://github.com/DataDog/datadog-api-client-python/pull/2572)
24+
325
## 2.35.0/2025-05-28
426

527
### 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.35.0"
6+
__version__ = "2.36.0"

0 commit comments

Comments
 (0)