v4.24.5
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: v3.24.5...v4.24.5