Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## Unreleased
## v0.52.0 / 2025-07-08

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

## v0.51.0 / 2025-01-27

Expand Down
2 changes: 1 addition & 1 deletion datadog/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.51.1-dev"
__version__ = "0.52.0"
Loading