We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d427f commit 4e2ae67Copy full SHA for 4e2ae67
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 0.48.0 / 2024-01-12
10
11
* [Added] Improve forking support. See [#804](https://github.com/DataDog/datadogpy/pull/804).
datadog/version.py
@@ -1 +1 @@
-__version__ = "0.48.1.dev"
+__version__ = "0.49.0"
0 commit comments