Skip to content

v0.59.0

Choose a tag to compare

@michaelklishin michaelklishin released this 26 Sep 05:46
· 30 commits to main since this release
9a482f1

v0.59.0 (Sep 26, 2025)

Enhancements

  • NodeMemoryFootprint#breakdown is now an Option<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.