Skip to content

Commit d124f65

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

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

CHANGELOG.md

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

3+
## 2.50.0/2026-01-15
4+
5+
### Added
6+
* Add subtest for synthetics multistep tests [#3078](https://github.com/DataDog/datadog-api-client-python/pull/3078)
7+
* feat - Add data-quality alert monitor type support [#3076](https://github.com/DataDog/datadog-api-client-python/pull/3076)
8+
* Add a new end point that allows the SPA recommendation to be called without the shard parameter [#3069](https://github.com/DataDog/datadog-api-client-python/pull/3069)
9+
* Add Critical Assets specs to security_monitoring feature [#3065](https://github.com/DataDog/datadog-api-client-python/pull/3065)
10+
* Add new Observability Pipelines components [#3060](https://github.com/DataDog/datadog-api-client-python/pull/3060)
11+
* Specify accepted types for UpsertRows values [#3053](https://github.com/DataDog/datadog-api-client-python/pull/3053)
12+
* Add new bits_ai usage attribution type to Usage Attribution Public API Documentation [#3052](https://github.com/DataDog/datadog-api-client-python/pull/3052)
13+
* Add Product Analytics Server-Side Events API endpoint [#3047](https://github.com/DataDog/datadog-api-client-python/pull/3047)
14+
* Update /api/v2/cases endpoint to add custom attributes support [#3045](https://github.com/DataDog/datadog-api-client-python/pull/3045)
15+
* Add subtest for synthetics multistep tests [#3042](https://github.com/DataDog/datadog-api-client-python/pull/3042)
16+
* Documentation for team notifications API [#3041](https://github.com/DataDog/datadog-api-client-python/pull/3041)
17+
* Add `query` param in rules list endpoint [#3034](https://github.com/DataDog/datadog-api-client-python/pull/3034)
18+
* [RQ-7160] Add llm_spans and deprecate llm_observability [#3026](https://github.com/DataDog/datadog-api-client-python/pull/3026)
19+
* Add display_name to Observability Pipeline processors [#3024](https://github.com/DataDog/datadog-api-client-python/pull/3024)
20+
* Add a new includeDiscovered query parameter to Software Catalog APIs [#3021](https://github.com/DataDog/datadog-api-client-python/pull/3021)
21+
* Add Security Findings Public API beta endpoints [#3020](https://github.com/DataDog/datadog-api-client-python/pull/3020)
22+
* Add routes for managing On-Call user notification rules [#3019](https://github.com/DataDog/datadog-api-client-python/pull/3019)
23+
* Add anomaly detection options to security monitoring rules [#3017](https://github.com/DataDog/datadog-api-client-python/pull/3017)
24+
* Remove preview/unstable tags from GitHub team sync and connections endpoints [#3015](https://github.com/DataDog/datadog-api-client-python/pull/3015)
25+
* Added spec for flex_stored_logs [#3010](https://github.com/DataDog/datadog-api-client-python/pull/3010)
26+
* Update security finding triage specs [#3009](https://github.com/DataDog/datadog-api-client-python/pull/3009)
27+
* Add routes for managing On-Call user notification channels [#3004](https://github.com/DataDog/datadog-api-client-python/pull/3004)
28+
* Add host field to Post an event V2 API [#3002](https://github.com/DataDog/datadog-api-client-python/pull/3002)
29+
* Add `GET /api/v2/apm/services` endpoint to public documentation [#2999](https://github.com/DataDog/datadog-api-client-python/pull/2999)
30+
* Dashboards - Add semantic_mode support to FormulaAndFunctionMetricQueryDefinition [#2993](https://github.com/DataDog/datadog-api-client-python/pull/2993)
31+
* Add bar chart widget to Dashboards API [#2992](https://github.com/DataDog/datadog-api-client-python/pull/2992)
32+
* Update distribution and heatmap's `markers` ,`num_buckets` properties and allowed request/query [#2991](https://github.com/DataDog/datadog-api-client-python/pull/2991)
33+
* Cloud SIEM - Add instantaneousBaseline feature parameter. [#2990](https://github.com/DataDog/datadog-api-client-python/pull/2990)
34+
* Add new fields to usage metering api spec [#2988](https://github.com/DataDog/datadog-api-client-python/pull/2988)
35+
* Add region_filter_configs and is_global_location_enabled to v2 GCP API [#2983](https://github.com/DataDog/datadog-api-client-python/pull/2983)
36+
* update geomap widget definition about `conditional_format` and `text_formats` and view focus [#2981](https://github.com/DataDog/datadog-api-client-python/pull/2981)
37+
* On-Call Add positioned schedule policy target [#2976](https://github.com/DataDog/datadog-api-client-python/pull/2976)
38+
* Add documentation for synthetics global variable jsonpatch endpoint [#2968](https://github.com/DataDog/datadog-api-client-python/pull/2968)
39+
* Add new endpoint for listing rules for a gate [#2966](https://github.com/DataDog/datadog-api-client-python/pull/2966)
40+
* Add Row Update Endpoints to Reference Tables API spec [#2956](https://github.com/DataDog/datadog-api-client-python/pull/2956)
41+
* Add Support for Monitor Assets [#2935](https://github.com/DataDog/datadog-api-client-python/pull/2935)
42+
43+
### Deprecated
44+
* Update docs for Security Finding API endpoints [#3074](https://github.com/DataDog/datadog-api-client-python/pull/3074)
45+
46+
### Removed
47+
* Revert - Update specs for AWS account updates and creation for CCM configs [#3063](https://github.com/DataDog/datadog-api-client-python/pull/3063)
48+
* Tag security findings Jira endpoints as unstable [#2997](https://github.com/DataDog/datadog-api-client-python/pull/2997)
49+
50+
### Changed
51+
* Remove steps from certain expected synthetics api response [#3051](https://github.com/DataDog/datadog-api-client-python/pull/3051)
52+
* Mark Incident Impact Endpoints stable [#3016](https://github.com/DataDog/datadog-api-client-python/pull/3016)
53+
* Vulnerability Management - Update ListVulnerabilities endpoint query params and response schema [#3008](https://github.com/DataDog/datadog-api-client-python/pull/3008)
54+
* Update specs for AWS account updates and creation for CCM configs [#3001](https://github.com/DataDog/datadog-api-client-python/pull/3001)
55+
* 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)
56+
* add suppression version history [#2975](https://github.com/DataDog/datadog-api-client-python/pull/2975)
57+
* Add Security Finding Ticketing endpoints [#2970](https://github.com/DataDog/datadog-api-client-python/pull/2970)
58+
* Add processors groups to Observability Pipelines [#2929](https://github.com/DataDog/datadog-api-client-python/pull/2929)
59+
60+
### Fixed
61+
* Add field attribute to the Workload Protection hash action [#2972](https://github.com/DataDog/datadog-api-client-python/pull/2972)
62+
* remove duplicate sync_enabled field for PATCH Reference Tables request schema [#2963](https://github.com/DataDog/datadog-api-client-python/pull/2963)
63+
364
## 2.49.0/2026-01-08
465

566
### 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.49.0"
6+
__version__ = "2.50.0"

0 commit comments

Comments
 (0)