v0.59.0
v0.59.0 (Sep 26, 2025)
Enhancements
NodeMemoryFootprint#breakdown
is now anOption<NodeMemoryBreakdown>
to handle cases
where the node memory breakdown stats are not yet available.
Bug Fixes
NodeMemoryTotals#max
now correctly compares all three memory totals (RSS, allocated, and used by runtime) instead of comparing RSS twice.