Sourced from github.com/shirou/gopsutil/v4's releases.
v4.26.1
What's Changed
disk
- [darwin]: convert CFString to Go string properly by
@uubulbin shirou/gopsutil#1992host
- [host][darwin]: fix utmpx database parsing by
@uubulbin shirou/gopsutil#1990- feat: Add AIX platform support to common package with uptime and boot time functions by
@Dylan-Min shirou/gopsutil#1979mem
- feat(mem): add KernelStack field for ExVirtualMemory on linux by
@shirouin shirou/gopsutil#1986process
- Fix windows open files with context by
@ebrineyin shirou/gopsutil#1991- Return an error on reading empty proc pid stat file by
@pgimalacin shirou/gopsutil#1995- [process][posix]: fix getTerminalMap path construction bug by
@shirouin shirou/gopsutil#1994sensor
- fix(sensors): kelvin to Celsius by
@Aoangin shirou/gopsutil#1997New Contributors
@ebrineymade their first contribution in shirou/gopsutil#1991@Aoangmade their first contribution in shirou/gopsutil#1997Full Changelog: https://github.com/shirou/gopsutil/compare/v4.25.12...v4.26.1
v4.25.12
What's Changed
cpu
- [cpu][linux]: fix ":" in CPU ModelName by
@shirouin shirou/gopsutil#1960- [cpu][linux]: add riscv cpu parser by
@mengzhuoin shirou/gopsutil#1970- [cpu][darwin]: release pCoreRef in each iteration by
@uubulbin shirou/gopsutil#1971- [darwin]: wrap library functions as struct methods by
@uubulbin shirou/gopsutil#1976disk
- Fixes #1284 by
@johnnybubonicin shirou/gopsutil#1931- fix disk.Partition cut off after first disk by
@sniin shirou/gopsutil#1975- [disk][windows]: add virtual drive for TestGetLogicalDrives by
@shirouin shirou/gopsutil#1977- Add missing mount flags (local, protect) by
@Kerlentonin shirou/gopsutil#1968host
- Replace AIX uptime function with ps etimes-based implementation by
@Dylan-Min shirou/gopsutil#1967mem
- feat(mem): Add support for Percpu by
@pvlltvkin shirou/gopsutil#1972process
- Add NumFDs implementation for Darwin by
@Kerlentonin shirou/gopsutil#1965- [sensors][darwin]: retrieve sensor information in one function call by
@uubulbin shirou/gopsutil#1973New Contributors
@Kerlentonmade their first contribution in shirou/gopsutil#1965@snimade their first contribution in shirou/gopsutil#1975
... (truncated)
b2abf60
Merge pull request #1997
from Aoang/fix/kelvin-to-celsius20de7d5
Merge pull request #1994
from shirou/fix/get_terminal_map_bug01bdbba
fix(sensors): kelvin to Celsiuse699d49
Merge pull request #1996
from shirou/dependabot/github_actions/actions/checko...01bd7b4
Merge pull request #1987
from shirou/dependabot/go_modules/golang.org/x/sys-0...7f96671
Merge pull request #1979
from Dylan-M/dylanmyers/aix_foundation2f99176
[process][posix]: fix getTerminalMap path construction bug8db834f
Merge pull request #1995
from pgimalac/pgimalac/fix-empty-read-proc-pid-stat-...23555bf
chore(deps): bump actions/checkout from 5.0.0 to 6.0.262a181c
fix: return an error on reading empty proc pid stat file