Skip to content

v4.24.7

Latest
Compare
Choose a tag to compare
@shirou shirou released this 01 Aug 01:58
· 4 commits to master since this release
1915e93

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

  • fix: docker_memory in centos_7.5 & docker_1.13.1 by @coderZoe in #1670

mem

  • [windows][mem]: change to use Performance Counter on SwapMemory. by @shirou in #1677

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