Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 5, 2025
1 parent e7ee2dc commit 9a1ad80
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Rust Client for the RabbitMQ HTTP API Change Log

## v0.15.0 (in development)
## v0.15.0 (Jan 5, 2025)

No (documented) changes yet.
### Enhancements

* `Client#get_node_memory_footprint` is a new function that returns a [node memory footprint breakdown](https://www.rabbitmq.com/docs/memory-use).
`responses::NodeMemoryFootprint` and `responses::NodeMemoryBreakdown` are the key types that provide
access to per-category proportions, both absolute and relative (in percent)


## v0.14.0 (Dec 31, 2024)
Expand Down

0 comments on commit 9a1ad80

Please sign in to comment.