Skip to content

Commit 535c221

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

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

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

3+
## 2.49.0/2026-01-08
4+
5+
### Added
6+
* Add new bits_ai usage attribution type to Usage Attribution Public API Documentation [#3052](https://github.com/DataDog/datadog-api-client-python/pull/3052)
7+
* Add Product Analytics Server-Side Events API endpoint [#3047](https://github.com/DataDog/datadog-api-client-python/pull/3047)
8+
* Update /api/v2/cases endpoint to add custom attributes support [#3045](https://github.com/DataDog/datadog-api-client-python/pull/3045)
9+
* Documentation for team notifications API [#3041](https://github.com/DataDog/datadog-api-client-python/pull/3041)
10+
* [RQ-7160] Add llm_spans and deprecate llm_observability [#3026](https://github.com/DataDog/datadog-api-client-python/pull/3026)
11+
* Add display_name to Observability Pipeline processors [#3024](https://github.com/DataDog/datadog-api-client-python/pull/3024)
12+
* Add a new includeDiscovered query parameter to Software Catalog APIs [#3021](https://github.com/DataDog/datadog-api-client-python/pull/3021)
13+
* Add routes for managing On-Call user notification rules [#3019](https://github.com/DataDog/datadog-api-client-python/pull/3019)
14+
* Add anomaly detection options to security monitoring rules [#3017](https://github.com/DataDog/datadog-api-client-python/pull/3017)
15+
* Remove preview/unstable tags from GitHub team sync and connections endpoints [#3015](https://github.com/DataDog/datadog-api-client-python/pull/3015)
16+
* Added spec for flex_stored_logs [#3010](https://github.com/DataDog/datadog-api-client-python/pull/3010)
17+
* Update security finding triage specs [#3009](https://github.com/DataDog/datadog-api-client-python/pull/3009)
18+
* Add routes for managing On-Call user notification channels [#3004](https://github.com/DataDog/datadog-api-client-python/pull/3004)
19+
* Add host field to Post an event V2 API [#3002](https://github.com/DataDog/datadog-api-client-python/pull/3002)
20+
* Add `GET /api/v2/apm/services` endpoint to public documentation [#2999](https://github.com/DataDog/datadog-api-client-python/pull/2999)
21+
* Dashboards - Add semantic_mode support to FormulaAndFunctionMetricQueryDefinition [#2993](https://github.com/DataDog/datadog-api-client-python/pull/2993)
22+
* Cloud SIEM - Add instantaneousBaseline feature parameter. [#2990](https://github.com/DataDog/datadog-api-client-python/pull/2990)
23+
* Add new fields to usage metering api spec [#2988](https://github.com/DataDog/datadog-api-client-python/pull/2988)
24+
* update geomap widget definition about `conditional_format` and `text_formats` and view focus [#2981](https://github.com/DataDog/datadog-api-client-python/pull/2981)
25+
* On-Call Add positioned schedule policy target [#2976](https://github.com/DataDog/datadog-api-client-python/pull/2976)
26+
* Add documentation for synthetics global variable jsonpatch endpoint [#2968](https://github.com/DataDog/datadog-api-client-python/pull/2968)
27+
* Introduced new APIs to manage team hierarchy links [#2967](https://github.com/DataDog/datadog-api-client-python/pull/2967)
28+
* Add new endpoint for listing rules for a gate [#2966](https://github.com/DataDog/datadog-api-client-python/pull/2966)
29+
* Add Row Update Endpoints to Reference Tables API spec [#2956](https://github.com/DataDog/datadog-api-client-python/pull/2956)
30+
* Add Support for Monitor Assets [#2935](https://github.com/DataDog/datadog-api-client-python/pull/2935)
31+
32+
### Changed
33+
* Remove steps from certain expected synthetics api response [#3051](https://github.com/DataDog/datadog-api-client-python/pull/3051)
34+
* Mark Incident Impact Endpoints stable [#3016](https://github.com/DataDog/datadog-api-client-python/pull/3016)
35+
* Vulnerability Management - Update ListVulnerabilities endpoint query params and response schema [#3008](https://github.com/DataDog/datadog-api-client-python/pull/3008)
36+
* Update specs for AWS account updates and creation for CCM configs [#3001](https://github.com/DataDog/datadog-api-client-python/pull/3001)
37+
* Add documentation for GET, POST, PATCH, and DELETE api/v2/incidents/incident_id/attachments endpoints [#2995](https://github.com/DataDog/datadog-api-client-python/pull/2995)
38+
* add suppression version history [#2975](https://github.com/DataDog/datadog-api-client-python/pull/2975)
39+
* Add Security Finding Ticketing endpoints [#2970](https://github.com/DataDog/datadog-api-client-python/pull/2970)
40+
* Add processors groups to Observability Pipelines [#2929](https://github.com/DataDog/datadog-api-client-python/pull/2929)
41+
42+
### Removed
43+
* Tag security findings Jira endpoints as unstable [#2997](https://github.com/DataDog/datadog-api-client-python/pull/2997)
44+
45+
### Fixed
46+
* Add field attribute to the Workload Protection hash action [#2972](https://github.com/DataDog/datadog-api-client-python/pull/2972)
47+
348
## 2.48.0/2025-12-17
449

550
### Changed

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.48.0"
6+
__version__ = "2.49.0"

0 commit comments

Comments
 (0)