v0.15.0
New Features
- Add /proc/iomem by @tatref in #216
- Add new functions to read various net files for a specific process by @eminence in #226
- add /proc/kpageflags by @tatref in #233
- Enable oppportunistic fd counting fast path by @bobrik in #234
- add /proc/kpagecount by @tatref in #232
- Add new
/proc/meminfo
fields. by @afranchuk in #238 - impl Hash for kernel version by @tatref in #240
Bug fixes
- fix chrono::Local::timestamp deprecated in chrono 0.4.23 by @tatref in #220
- Fix some minor documentation issues by @eminence in #225
- Fixes the reported path when a task's function returns an error by @eminence in #230
- fix shm size type by @tatref in #243
Breaking changes
- ticks_per_second and page_size are infallible by @eminence in #235
- parse uid for /proc/net/{tcp,udp} by @trinity-1686a in #231
- Refactor and expose memory map processing. by @afranchuk in #237
New Contributors
- @trinity-1686a made their first contribution in #231
- @afranchuk made their first contribution in #238
Full Changelog: v0.14.2...v0.15.0
MSRV Note
This v0.15
release is only tested against the latest stable rust compiler, but is known to work with older versions (down to rust 1.48). Support for these older compilers may break in procfs
patch releases. See also #223