What's Changed
SemVer Patch
- Fix Linux open file descriptor count being inflated by 2 due to counting . and .. directory entries by @Ronitsabhaya75 in #112
- Fix integer truncation in process start time to preserve sub-second precision by @Ronitsabhaya75 in #115
- Fix process_max_fds to use soft limit (rlim_cur) on Linux by @Ronitsabhaya75 in #116
- Add process page fault metrics (minor/major) using getrusage on Linux and Darwin by @Ronitsabhaya75 in #118
- Refactor readFull() to use iterative while loop instead of recursion by @Ronitsabhaya75 in #119
Other Changes
- Add thread count to the service integration example by @kukushechkin in #111
- Cleanup repository structure by @kukushechkin in #113
- Replace force unwraps with try #require in Linux data provider tests by @Ronitsabhaya75 in #117
New Contributors
- @Ronitsabhaya75 made their first contribution in #112
Full Changelog: 1.2.1...1.2.2