Skip to content

0.14.0 Release

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 09:55
Immutable release. Only release title and notes can be modified.
ed9ffbc

Well that was fast 😅

This release mainly fixes a bug when running on Linux with cgroup v1 enabled, which would cause the RAM value to report a bizarre value. Other than that, there are some FreeBSD changes regarding I/O data collection.

This is also an entire minor release bump solely because I've increased the minimum Rust version to 1.95.0, as otherwise I would have just left it as a patch bump.


Bug Fixes

  • #2093: Fix memory collection using cgroup v1 sentinel max as total.

Features

  • #2055: Add UFS disk I/O counters for FreeBSD.

Other

  • #2052: Update minimum Rust version to 1.95.0.
  • #2055: Use sysinfo for disk I/O for FreeBSD.

Full Changelog: 0.13.0...0.14.0