New
v4.25.12
What's Changed
cpu
- [cpu][linux]: fix ":" in CPU ModelName by @shirou in https://github.com/shirou/gopsutil/pull/1960
- [cpu][linux]: add riscv cpu parser by @mengzhuo in https://github.com/shirou/gopsutil/pull/1970
- [cpu][darwin]: release pCoreRef in each iteration by @uubulb in https://github.com/shirou/gopsutil/pull/1971
- [darwin]: wrap library functions as struct methods by @uubulb in https://github.com/shirou/gopsutil/pull/1976
disk
- Fixes #1284 by @johnnybubonic in https://github.com/shirou/gopsutil/pull/1931
- fix disk.Partition cut off after first disk by @sni in https://github.com/shirou/gopsutil/pull/1975
- [disk][windows]: add virtual drive for TestGetLogicalDrives by @shirou in https://github.com/shirou/gopsutil/pull/1977
- Add missing mount flags (local, protect) by @Kerlenton in https://github.com/shirou/gopsutil/pull/1968
host
- Replace AIX uptime function with ps etimes-based implementation by @Dylan-M in https://github.com/shirou/gopsutil/pull/1967
mem
- feat(mem): Add support for Percpu by @pvlltvk in https://github.com/shirou/gopsutil/pull/1972