Important Notice Regarding Value Changes on mem.SwapMemory() on Windows
In change #1677, the values returned by mem.SwapMemory()
on Windows have been significantly revised. Previously, these values were calculated from the PERFORMANCE_INFORMATION
structure of the GetPerformanceInfo
win32 function, but this calculation was incorrect. Consequently, it has been adjusted to align with the psutil implementation. As a result, the values returned by mem.SwapMemory()
are expected to differ greatly from previous values.
What's Changed
docker
mem
Other Changes
- fix: read temperature sensors darwin arm by @Girbons in #1672
- fix: remove macos11 and add ubuntu-24.04 on GitHub runner list. by @shirou in #1676
New Contributors
Full Changelog: v4.24.6...v4.24.7