github shirou/gopsutil v4.25.3

15 days ago

Important Notice

Starting from this release, we have set the Go version in go.mod to 1.23. Moving forward, we plan to continuously update it to the second most recent Go release.

We understand that gopsutil runs on various platforms, and some applications using it may only support older Go versions. With this release, those applications might no longer be able to build. However, as discussed in #1804, we made this change because golang.org/x/sys, which gopsutil depends on, has adopted a policy of continuously updating its Go version.

That said, we intend to be conservative about syntax changes and avoid unnecessary modifications whenever possible.

What's Changed

disk

  • add support for get disk serial number on darwin by @samburba in #1791

host

  • [net][host][aix] Fix build and Makefile by @Lomanic in #1809
  • [host][process]: fix type missmatch test. by @shirou in #1821
  • [host]: fix potential error on CI test on Windows. by @shirou in #1830

process

  • feat(process_windows): Support collecting PageFault count in Windows by @zmyzheng in #1769

Chore

Other Changes

New Contributors

Full Changelog: v4.25.2...v4.25.3

Don't miss a new gopsutil release

NewReleases is sending notifications on new releases.