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 e7ee2dc commit 9a1ad80Copy full SHA for 9a1ad80
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Rust Client for the RabbitMQ HTTP API Change Log
2
3
-## v0.15.0 (in development)
+## v0.15.0 (Jan 5, 2025)
4
5
-No (documented) changes yet.
+### Enhancements
6
+
7
+ * `Client#get_node_memory_footprint` is a new function that returns a [node memory footprint breakdown](https://www.rabbitmq.com/docs/memory-use).
8
+ `responses::NodeMemoryFootprint` and `responses::NodeMemoryBreakdown` are the key types that provide
9
+ access to per-category proportions, both absolute and relative (in percent)
10
11
12
## v0.14.0 (Dec 31, 2024)
0 commit comments