Skip to content

Commit 2e2ed42

Browse files
Merge branch 'DataDog:master' into master
2 parents f68ea93 + 3252664 commit 2e2ed42

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
jobs:
1414
build_wheels:
15-
name: Build wheels on Ubuntu 20.04
16-
runs-on: ubuntu-20.04
15+
name: Build wheels on Ubuntu latest
16+
runs-on: ubuntu-latest
1717
if: github.event_name == 'release' && github.event.action == 'published'
1818
steps:
1919
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.52.0 / 2025-07-08
44

5-
* [Added] Add Cloud SIEM rule management and security signals retrieval.
6-
* [Added] Add dogshell command for security monitoring rule and signal management.
5+
* [Added] Add Cardinality common field. See [#883](https://github.com/DataDog/datadogpy/pull/883)
6+
* [Added] Add Cloud SIEM rule management and security signals retrieval. See [#893](https://github.com/DataDog/datadogpy/pull/893)
7+
* [Added] Add dogshell command for security monitoring rule and signal management. See [#893](https://github.com/DataDog/datadogpy/pull/893)
8+
* [Added] Add UDS SOCK_STREAM support to the DogStatsD client. See [#869](https://github.com/DataDog/datadogpy/pull/869)
9+
* [Added] Max samples per context for Histogram, Distribution and Timing metrics (Experimental Feature). See [#863](https://github.com/DataDog/datadogpy/pull/863)
710

811
## v0.51.0 / 2025-01-27
912

datadog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.51.1-dev"
1+
__version__ = "0.52.1-dev"

0 commit comments

Comments
 (0)