Skip to content

Commit 09f5157

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2994)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3208c01 commit 09f5157

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## 2.47.0/2025-12-08
4+
5+
### Added
6+
* On-Call Add positioned schedule policy target [#2976](https://github.com/DataDog/datadog-api-client-python/pull/2976)
7+
* Introduced new APIs to manage team hierarchy links [#2967](https://github.com/DataDog/datadog-api-client-python/pull/2967)
8+
* Add Row Update Endpoints to Reference Tables API spec [#2956](https://github.com/DataDog/datadog-api-client-python/pull/2956)
9+
* Add incident management seats to spec [#2953](https://github.com/DataDog/datadog-api-client-python/pull/2953)
10+
* Support provisioning teams from external sources [#2952](https://github.com/DataDog/datadog-api-client-python/pull/2952)
11+
* security_monitoring - Add signalOutput field to ThreatHuntingJobResponseAttributes schema [#2950](https://github.com/DataDog/datadog-api-client-python/pull/2950)
12+
* Add filter.scope to Monitor Notification Rules [#2947](https://github.com/DataDog/datadog-api-client-python/pull/2947)
13+
* Allow providing a custom retry policy. [#2946](https://github.com/DataDog/datadog-api-client-python/pull/2946)
14+
* Add suppression tags [#2939](https://github.com/DataDog/datadog-api-client-python/pull/2939)
15+
* Add Team Connection API Documentation [#2936](https://github.com/DataDog/datadog-api-client-python/pull/2936)
16+
17+
### Changed
18+
* Add Security Finding Ticketing endpoints [#2970](https://github.com/DataDog/datadog-api-client-python/pull/2970)
19+
* Flatten file_metadata response schema to avoid OneOf unmarshaling issues [#2955](https://github.com/DataDog/datadog-api-client-python/pull/2955)
20+
21+
### Fixed
22+
* obs_pipelines: make google auth optional [#2961](https://github.com/DataDog/datadog-api-client-python/pull/2961)
23+
* Add 408s to retries to Python API Client [#2945](https://github.com/DataDog/datadog-api-client-python/pull/2945)
24+
25+
### Deprecated
26+
* [api-spec] Mark PATCH /api/v2/incidents/incident_id/attachments endpoint as deprecated [#2937](https://github.com/DataDog/datadog-api-client-python/pull/2937)
27+
328
## 2.46.0/2025-11-14
429

530
### Added

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.46.0"
6+
__version__ = "2.47.0"

0 commit comments

Comments
 (0)