File tree Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
upload_release :
15
15
name : Upload release
16
- runs-on : ubuntu-20.04
16
+ runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
with :
Original file line number Diff line number Diff line change 1
- # CHANGELOG
2
-
3
- ## 2.35.0/2025-05-28
4
-
5
- ### Fixed
6
- * add ` include ` parameter to On-Call team rules test [ #2582 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2582 )
7
- * fix On-Call spec [ #2572 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2572 )
8
- * Fix incorrect pattern for url [ #2558 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2558 )
9
- * Make metadata optional for GCS destination [ #2549 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2549 )
10
- * Remove isReadOnly default when creating dashboards [ #2548 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2548 )
11
- * Make assertion target be int or string [ #2545 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2545 )
12
-
13
- ### Added
14
- * Add support for Datadog Events as a data source for rules [ #2578 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2578 )
15
- * Add public APIs to search DORA events [ #2575 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2575 )
16
- * Adding endpoints to manage Resource Evaluation Filters [ #2567 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2567 )
17
- * Add Sev0 as a supported incident severity [ #2561 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2561 )
18
- * Share timerestriction object [ #2557 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2557 )
19
- * add On-Call Paging spec [ #2551 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2551 )
20
- * Add pagination method for NDM ListDevices. [ #2547 ] ( https://github.com/DataDog/datadog-api-client-python/pull/2547 )
1
+ # Changelog
21
2
22
3
## 2.34.0 / 2025-04-14
23
4
Original file line number Diff line number Diff line change 3
3
# This product includes software developed at Datadog (https://www.datadoghq.com/).
4
4
# Copyright 2020-Present Datadog, Inc.
5
5
6
- __version__ = "2.35 .0"
6
+ __version__ = "2.34 .0"
You can’t perform that action at this time.
0 commit comments