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
process
- Add NumFDs implementation for Darwin by @Kerlenton in https://github.com/shirou/gopsutil/pull/1965
- [sensors][darwin]: retrieve sensor information in one function call by @uubulb in https://github.com/shirou/gopsutil/pull/1973
New Contributors
- @Kerlenton made their first contribution in https://github.com/shirou/gopsutil/pull/1965
- @sni made their first contribution in https://github.com/shirou/gopsutil/pull/1975
- @pvlltvk made their first contribution in https://github.com/shirou/gopsutil/pull/1972
- @mengzhuo made their first contribution in https://github.com/shirou/gopsutil/pull/1970
Full Changelog: https://github.com/shirou/gopsutil/compare/v4.25.11...v4.25.12