We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57174e6 commit e82cc32Copy full SHA for e82cc32
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 0.9.1 / 2025-03-11
4
+
5
+### Changed
6
+* Remove meta from RUM retention filters APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/556
7
8
9
+**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/compare/0.9.0...v0.9.1
10
11
## 0.9.0 / 2025-03-11
12
13
### Fixed
Cargo.toml
@@ -27,7 +27,7 @@ license = "Apache-2.0"
27
name = "datadog-api-client"
28
readme = "README.md"
29
repository = "https://github.com/DataDog/datadog-api-client-rust"
30
-version = "0.9.0"
+version = "0.9.1"
31
32
[dependencies]
33
async-stream = "0.3.5"
0 commit comments