You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# CHANGELOG
2
2
3
+
## 2.40.0/2025-07-14
4
+
5
+
### Added
6
+
* Add Datasets API to Open API Spec [#2691](https://github.com/DataDog/datadog-api-client-python/pull/2691)
7
+
* Add support for vulnerability management - GetSBOMsList new endpoint and update existing ones [#2690](https://github.com/DataDog/datadog-api-client-python/pull/2690)
8
+
* Add spreadsheet to restriction_policy specs [#2684](https://github.com/DataDog/datadog-api-client-python/pull/2684)
* Add API spec for AWS Integrations IAM permissions [#2665](https://github.com/DataDog/datadog-api-client-python/pull/2665)
11
+
* New keys added for multiple products [#2663](https://github.com/DataDog/datadog-api-client-python/pull/2663)
12
+
* Add extractFromEmailBody step for synthetics browser test [#2660](https://github.com/DataDog/datadog-api-client-python/pull/2660)
13
+
* Add support for `Array Processor` in `Logs Pipelines`[#2658](https://github.com/DataDog/datadog-api-client-python/pull/2658)
14
+
* Update Incident API specs to include `is_test` in `POST /incidents` and incidents response [#2651](https://github.com/DataDog/datadog-api-client-python/pull/2651)
15
+
16
+
### Fixed
17
+
* update aiosonic from 0.15.1 to 0.24.0 [#2677](https://github.com/DataDog/datadog-api-client-python/pull/2677)
18
+
* Synthetics mobile test `message` field is now required [#2657](https://github.com/DataDog/datadog-api-client-python/pull/2657)
19
+
20
+
### Deprecated
21
+
* stop supporting python 3.7 for the client [#2676](https://github.com/DataDog/datadog-api-client-python/pull/2676)
22
+
23
+
### Changed
24
+
* Update template variable schemas with type field in dashboards and shared dashboards endpoints for group by template variables [#2659](https://github.com/DataDog/datadog-api-client-python/pull/2659)
25
+
* Update events intake specs for v2 Events post endpoint [#2652](https://github.com/DataDog/datadog-api-client-python/pull/2652)
26
+
27
+
### Removed
28
+
* Remove caseIndex from historical jobs api spec [#2656](https://github.com/DataDog/datadog-api-client-python/pull/2656)
0 commit comments