Sourced from github.com/shirou/gopsutil/v4's releases.
v4.24.9
Important Change
Since #1702, the Darwin implementation has been switched from cgo to purego (Great contribution from
@uubulb
). As a result, cgo has been removed from the Darwin implementation, making cross-compilation easier. We believe this change will not have any impact, but if you encounter any issues, please create an issue.What's Changed
cpu, mem, sensors, disk, process on darwin
- feat(cpu, mem, sensors, disk, process)(darwin): cgo-free implementations by
@uubulb
in shirou/gopsutil#1702process
- [process][darwin][freebsd][linux][openbsd] Make process.Children not reliant on pgrep by
@Lomanic
in shirou/gopsutil#1706- implement process:NumFDs for Windows by
@al-online
in shirou/gopsutil#1712- Fix resolution for process create time limited to seconds by
@joshiste
in shirou/gopsutil#1713Other Changes
- fix: remove coverall and godocs.io badge from README by
@shirou
in shirou/gopsutil#1705- [common] add HOST_PROC_MOUNTINFO to EnvMap by
@atoulme
in shirou/gopsutil#1707- Fix error message typo in sensors_linux by
@henrygd
in shirou/gopsutil#1715New Contributors
@al-online
made their first contribution in shirou/gopsutil#1712@joshiste
made their first contribution in shirou/gopsutil#1713@henrygd
made their first contribution in shirou/gopsutil#1715Full Changelog: https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9
2e10d9f
Merge pull request #1715
from henrygd/master112f4c0
Fix error message typo in sensors_linux7ec1343
Merge pull request #1713
from joshiste/joshiste-precise-create-time4140cda
Merge pull request #1702
from uubulb/purego_darwin3dc1224
Allow subsecont precision for process create timef56b53a
update puregofdc3c05
Merge pull request #1712
from al-online/numfds_for_windows462736c
add comment for NumFDsWithContext86b68e8
Merge branch 'master' into purego_darwin9e6efdb
update disk & cpu & process