Skip to content

Commit 4e2ae67

Browse files
authored
Release 0.49.0 (#818)
* Update changelog. * Update version.
1 parent e9d427f commit 4e2ae67

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 0.49.0 / 2024-03-12
4+
5+
* [Added] Add --restricted_roles option to Monitors API. See [#809](https://github.com/DataDog/datadogpy/pull/809).
6+
* [Added] Support inode resolution mechanism for Origin Detection. See [#813](https://github.com/DataDog/datadogpy/pull/813).
7+
* [Fixed] Fix potential deadlock during process fork. See [#817](https://github.com/DataDog/datadogpy/pull/817).
8+
39
## 0.48.0 / 2024-01-12
410

511
* [Added] Improve forking support. See [#804](https://github.com/DataDog/datadogpy/pull/804).

datadog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.48.1.dev"
1+
__version__ = "0.49.0"

0 commit comments

Comments
 (0)