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