v4.24.5
版本发布时间: 2024-06-01 11:46:41
shirou/gopsutil最新发布版本:v4.24.8(2024-09-01 13:21:18)
What's Changed
gopsutil v4 is released as v4.24.5
. v3
will not be updated except for high level security issues.
Breaking Changes
-
host/SensorsTemperatures()
moved to in the newsensors
package. -
process.Groups()
now returns uint32. (#1424) -
process.Uids()
andprocess.Gids()
also now uint32.- The Pid remains int32. This is because changing it is expected to have a significant impact.
-
mem.VirtualMemoryExStat
is nowExVirtualMemory
withExLinux
andExWindows
. See document aboutEx structs
.
Other
- Add SPDX license header line.
- Remove coveralls.io
- Remove old go build tag such as
// +build
Full Changelog: https://github.com/shirou/gopsutil/compare/v3.24.5...v4.24.5