Skip to content

Commit ed545aa

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2954)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent f118dd9 commit ed545aa

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## 2.46.0/2025-11-14
4+
5+
### Added
6+
* Allow providing a custom retry policy. [#2946](https://github.com/DataDog/datadog-api-client-python/pull/2946)
7+
* Add suppression tags [#2939](https://github.com/DataDog/datadog-api-client-python/pull/2939)
8+
* Add Team Connection API Documentation [#2936](https://github.com/DataDog/datadog-api-client-python/pull/2936)
9+
* Add new summary keys for new standalone billing dimensions [#2934](https://github.com/DataDog/datadog-api-client-python/pull/2934)
10+
* Add Bits AI Investigations and On-Call to API specs [#2930](https://github.com/DataDog/datadog-api-client-python/pull/2930)
11+
* Add `PreviewCatalogEntities` [#2926](https://github.com/DataDog/datadog-api-client-python/pull/2926)
12+
* Dashboards - Add on_call_events datasources [#2923](https://github.com/DataDog/datadog-api-client-python/pull/2923)
13+
* Sync 'audience_management.yaml' files with backend [#2921](https://github.com/DataDog/datadog-api-client-python/pull/2921)
14+
* 📝 [LOGSAC-1298] Add logs-pipeline type to restriction policy OpenAPI spec [#2916](https://github.com/DataDog/datadog-api-client-python/pull/2916)
15+
* Security Monitoring - Update Signal Archive Reasons [#2914](https://github.com/DataDog/datadog-api-client-python/pull/2914)
16+
* Add endpoints for Software Composition Analysis [#2911](https://github.com/DataDog/datadog-api-client-python/pull/2911)
17+
* Add New Serverless Summary Entries to Api Spec [#2900](https://github.com/DataDog/datadog-api-client-python/pull/2900)
18+
19+
### Fixed
20+
* Add 408s to retries to Python API Client [#2945](https://github.com/DataDog/datadog-api-client-python/pull/2945)
21+
22+
### Deprecated
23+
* [api-spec] Mark PATCH /api/v2/incidents/incident_id/attachments endpoint as deprecated [#2937](https://github.com/DataDog/datadog-api-client-python/pull/2937)
24+
* [METEXP-2068] Deprecate api/v1/search Endpoint [#2931](https://github.com/DataDog/datadog-api-client-python/pull/2931)
25+
26+
### Security
27+
* [SINT-4258] Use PyPI OIDC when releasing [#2925](https://github.com/DataDog/datadog-api-client-python/pull/2925)
28+
29+
### Changed
30+
* Rename historical job API endpoints to threat hunting [#2912](https://github.com/DataDog/datadog-api-client-python/pull/2912)
31+
332
## 2.45.0/2025-10-27
433

534
### 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.45.0"
6+
__version__ = "2.46.0"

0 commit comments

Comments
 (0)