New
v4.26.1
What's Changed
disk
- [darwin]: convert CFString to Go string properly by @uubulb in https://github.com/shirou/gopsutil/pull/1992
host
- [host][darwin]: fix utmpx database parsing by @uubulb in https://github.com/shirou/gopsutil/pull/1990
- feat: Add AIX platform support to common package with uptime and boot time functions by @Dylan-M in https://github.com/shirou/gopsutil/pull/1979
mem
- feat(mem): add KernelStack field for ExVirtualMemory on linux by @shirou in https://github.com/shirou/gopsutil/pull/1986
process
- Fix windows open files with context by @ebriney in https://github.com/shirou/gopsutil/pull/1991
- Return an error on reading empty proc pid stat file by @pgimalac in https://github.com/shirou/gopsutil/pull/1995
- [process][posix]: fix getTerminalMap path construction bug by @shirou in https://github.com/shirou/gopsutil/pull/1994
sensor
- fix(sensors): kelvin to Celsius by @Aoang in https://github.com/shirou/gopsutil/pull/1997
New Contributors
- @ebriney made their first contribution in https://github.com/shirou/gopsutil/pull/1991
- @Aoang made their first contribution in https://github.com/shirou/gopsutil/pull/1997
Full Changelog: https://github.com/shirou/gopsutil/compare/v4.25.12...v4.26.1