Last release 3 days ago
29 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Some releases are documented
notes for 10 of 28 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
167 releases · first in 2024
Release timeline
167 releases since 2024One column per month.
Releases
- v4.26.829 Aug 2026
Release notes
Open source →What's Changed
cpu
disk
net
- fix(net): handle short Darwin netstat output by @alexfalkowski in #2116
process
- Closes #2126 Implement NtQueryInformationProcess to get commandline Windows 8.1+ by @Ahm3dRN in #2127
Other Changes
New Contributors
- @alexfalkowski made their first contribution in #2116
- @neilpang made their first contribution in #2129
- @Ahm3dRN made their first contribution in #2127
Full Changelog: v4.26.7...v4.26.8
- v4.26.8-0.20260822044217-bc563798360722 Aug 2026pre-release
Nothing published for this version
- v4.26.8-0.20260809081836-48ad2fadc6be9 Aug 2026pre-release
Nothing published for this version
- v4.26.731 Jul 2026
Release notes
Open source →What's Changed
cpu
- fix: harden parsers against malformed/truncated input by @shirou in #2109
- [cpu][windows]: compute cpu-total times from integer ticks by @skartikey in #2111
- [darwin][process]: fix errno handling and library lifetime on darwin by @shirou in #2119
- [cpu][windows]: compute total counters from individual stats to handle processor groups correctly by @srebhan in #2125
- [cpu][windows]: harden the cpu-total computation added in #2125 by @shirou in #2128
net
- fix(net): pad GetExtendedTcpTable buffer to prevent GC thrashing on Windows by @HarshalPatel1972 in #2108
process
other
New Contributors
Full Changelog: v4.26.6...v4.26.7
- v4.26.7-0.20260724123222-b9930e2b530a24 Jul 2026pre-release
Nothing published for this version
- v4.26.7-0.20260719120641-f8c8657bd83d19 Jul 2026pre-release
Nothing published for this version
- v4.26.7-0.20260711133238-559c207b851d11 Jul 2026pre-release
Nothing published for this version
- v4.26.7-0.20260702145331-25a6867c93f72 Jul 2026pre-release
Nothing published for this version
- v4.26.620 Jun 2026
Release notes
Open source →What's Changed
cpu
disk
mem
- [mem]: fix OpenBSD virtual memory on -current by @atanas-vladimirov in #2104
sensor
New Contributors
- @drutsan made their first contribution in #2084
- @guillemj made their first contribution in #2103
- @atanas-vladimirov made their first contribution in #2104
Full Changelog: v4.26.5...v4.26.6
- v4.26.6-0.20260620125940-50a6b053353520 Jun 2026pre-release
Nothing published for this version
- v4.26.530 May 2026
Release notes
Open source →What's Changed
disk
- disk: report effective mount mode on Linux by @paulojmdias in #2085
net
process
- [process]: fix envp leak into Cmdline on darwin by @kerlenton in #2092
- perf(process): build snapshot map once on Windows to fix O(N²) process listing by @HarshalPatel1972 in #2062
New Contributors
- @paulojmdias made their first contribution in #2085
- @HarshalPatel1972 made their first contribution in #2062
Full Changelog: v4.26.4...v4.26.5
- v4.26.5-0.20260430135830-28add59dadd630 Apr 2026pre-release
Nothing published for this version
- v4.26.429 Apr 2026
Release notes
Open source →What's Changed
cpu
- [cpu][windows]: fix percpu stats on Windows hosts with multiple processor groups by @shirou in #2081
disk
- Fix infinite loop when failed to find path for volume on Windows by @woct0rdho in #2066
host
- host: add testInvoker dependency injection for AIX by @Dylan-M in #2040
- Use getconf instead of bootinfo on AIX to get kernel architecture by @pgimalac in #2079
load
mem
- Fix NetBSD mem / net stats by @fraggerfox in #2077
net
- net: populate BytesSent/BytesRecv via entstat on AIX nocgo by @Dylan-M in #2034
- fix: add bounds check for /proc/net/dev fields to prevent panic by @Yanhu007 in #2075
- net: add parseEntstat and parseNetstatI unit tests with AIX fixtures by @Dylan-M in #2073
- Implement net ProtoCounters for AIX by @pgimalac in #2083
process
- fix: add bounds check for /proc/[pid]/stat fields in fillFromTIDStat by @Yanhu007 in #2076
- [process][linux]: use TrimSuffix instead of Trim by @shirou in #2068
New Contributors
- @woct0rdho made their first contribution in #2066
- @Yanhu007 made their first contribution in #2075
- @fraggerfox made their first contribution in #2077
Full Changelog: v4.26.3...v4.26.4
- v4.26.4-0.20260429133942-71a5d1418f3029 Apr 2026pre-release
Nothing published for this version
- v4.26.4-0.20260423133855-2f3645fb3fb723 Apr 2026pre-release
Nothing published for this version
- v4.26.329 Mar 2026
Release notes
Open source →Important Notice
The temporary opt-out option
WillBeDeletedOptOutMemAvailableCalc, introduced in v4.25.8, has been removed in this release.Code that relied on this option may fail to build. If so, please update your code to work with the current
VirtualMemoryStat.Usedcalculation, as the opt-out mechanism is no longer available.What's Changed
cpu
- Use total stats for AIX CPU times by @pgimalac in #2014
- Use provided description for CPU model name on AIX by @pgimalac in #2015
- Fix logical cpu in CountsWithContext for AIX by @pgimalac in #2017
- Fix SIGBUS/SIGSEGV crash in TemperaturesWithContext on macOS ARM64 by @lubeschanin in #2063
disk
- Fix PartitionsWithContext on AIX to avoid returning empty structs by @pgimalac in #2013
- Implement IOCountersWithContext for AIX with CGO by @pgimalac in #2016
- disk: fix UsageWithContext unit conversions on AIX nocgo by @Dylan-M in #2032
- disk: implement IOCountersWithContext for AIX nocgo via iostat by @Dylan-M in #2033
host
- Fix host user parsing on AIX by @pgimalac in #2021
- Add implementation of numProcs for AIX with cgo by @pgimalac in #2022
load
mem
- mem: populate Cached from bcachestats on OpenBSD by @skartikey in #2029
- [mem][linux]: Remove deprecated opt-out for MemAvailable-based Used by @shirou in #2012
net
- Fix AIX net iocounters error fields and add dropin field by @pgimalac in #2020
- Fix netstat drop column parsing when address is empty on darwin by @pgimalac in #2025
- [net][linux]: prevent incorrect deduplication of unnamed UNIX sockets by @shirou in #2031
process
- Fix golangci-lint linter jobs by @pgimalac in #2018
- Fix effective gid on darwin by @pgimalac in #2023
- Do not set swap field to an incorrect value on darwin by @pgimalac in #2027
sensors
- Fix macos sensor data type field by @pgimalac in #2026
- sensors(aix): remove orphaned VirtualizationWithContext by @Dylan-M in #2011
New Contributors
- @lubeschanin made their first contribution in #2063
Full Changelog: v4.26.2...v4.26.3
- v4.26.3-0.20260314122645-1ec4f5030b7e14 Mar 2026pre-release
Nothing published for this version
- v4.26.3-0.20260309145323-2b09fc45803c9 Mar 2026pre-release
Nothing published for this version
- v4.26.227 Feb 2026
Release notes
Open source →What's Changed
disk
- [disk][linux]: fix Device set to "none" for virtual filesystems by @skartikey in #2002
- fix(disk): skip drives returning ERROR_INVALID_FUNCTION or ERROR_NOT_SUPPORTED in IOCounters on Windows by @jose-manuel-almaza in #2003
- [linux][disk]: fix disk mountinfo parsing bug by @shirou in #2007
host
process
Other Changes
- [doc]: Update 'golang' to 'Go' for consistency by @alexandear in #1993
New Contributors
- @alexandear made their first contribution in #1993
- @jose-manuel-almaza made their first contribution in #2003
Full Changelog: v4.26.1...v4.26.2
- v4.26.2-0.20260223115143-2ef7eb78356f23 Feb 2026pre-release
Nothing published for this version
- v4.26.2-0.20260219150421-962bfd89f4a819 Feb 2026pre-release
Nothing published for this version
- v4.26.129 Jan 2026
Release notes
Open source →What's Changed
disk
host
- [host][darwin]: fix utmpx database parsing by @uubulb in #1990
- feat: Add AIX platform support to common package with uptime and boot time functions by @Dylan-M in #1979
mem
process
- Fix windows open files with context by @ebriney in #1991
- Return an error on reading empty proc pid stat file by @pgimalac in #1995
- [process][posix]: fix getTerminalMap path construction bug by @shirou in #1994
sensor
New Contributors
Full Changelog: v4.25.12...v4.26.1
- v4.25.13-0.20260114153336-c3202ae5fc2d14 Jan 2026pre-release
Nothing published for this version
- v4.25.13-0.20260104080313-6c012ccde6de4 Jan 2026pre-release
Nothing published for this version
- v4.25.1228 Dec 2025
Release notes
Open source →What's Changed
cpu
- [cpu][linux]: fix ":" in CPU ModelName by @shirou in #1960
- [cpu][linux]: add riscv cpu parser by @mengzhuo in #1970
- [cpu][darwin]: release pCoreRef in each iteration by @uubulb in #1971
- [darwin]: wrap library functions as struct methods by @uubulb in #1976
disk
- Fixes #1284 by @johnnybubonic in #1931
- fix disk.Partition cut off after first disk by @sni in #1975
- [disk][windows]: add virtual drive for TestGetLogicalDrives by @shirou in #1977
- Add missing mount flags (local, protect) by @kerlenton in #1968
host
mem
process
- Add NumFDs implementation for Darwin by @kerlenton in #1965
- [sensors][darwin]: retrieve sensor information in one function call by @uubulb in #1973
New Contributors
- @kerlenton made their first contribution in #1965
- @sni made their first contribution in #1975
- @pvlltvk made their first contribution in #1972
- @mengzhuo made their first contribution in #1970
Full Changelog: v4.25.11...v4.25.12
- v4.25.12-0.20251228054352-0de45011a17128 Dec 2025pre-release
Nothing published for this version
- v4.25.12-0.20251213080019-50c92102fdf313 Dec 2025pre-release
Nothing published for this version
- v4.25.1126 Nov 2025
Release notes
Open source →What's Changed
cpu
- chore: enable nilnesserr linter by @mmorel-35 in #1893
disk
- add context cancellation to disk windows by @StefanoBalzarottiNozomi in #1943
process
- Fix potential edge case on procfs and alike by @johnnybubonic in #1934
- fix(process): add missing CloseHandle to OpenFilesWithContext for Windows by @OverOrion in #1955
Other Changes
New Contributors
- @johnnybubonic made their first contribution in #1934
- @OverOrion made their first contribution in #1955
Full Changelog: v4.25.10...v4.25.11
- v4.25.11-0.20251126235611-93ca345b362d26 Nov 2025pre-release
Nothing published for this version
- v4.25.11-0.20251119150220-1172d894d40d19 Nov 2025pre-release
Nothing published for this version
- v4.25.11-0.20251113122431-768bc18d209213 Nov 2025pre-release
Nothing published for this version
- v4.25.11-0.20251105083902-c83103322e765 Nov 2025pre-release
Nothing published for this version
- v4.25.11-0.20251102124009-9e8b2ae1374b2 Nov 2025pre-release
Nothing published for this version
- v4.25.1031 Oct 2025
Nothing published for this version
- v4.25.10-0.20251029132035-065d28580aa929 Oct 2025pre-release
Nothing published for this version
- v4.25.10-0.20251016132301-f412a5e4c2e016 Oct 2025pre-release
Nothing published for this version
- v4.25.10-0.20251011091026-9a9f1597ee9f11 Oct 2025pre-release
Nothing published for this version
- v4.25.10-0.20251009043051-5aa9d1fe12599 Oct 2025pre-release
Nothing published for this version
- v4.25.930 Sept 2025
Nothing published for this version
- v4.25.9-0.20250920125416-8414841e7be320 Sept 2025pre-release
Nothing published for this version
- v4.25.9-0.20250914125944-7294c0727a8c14 Sept 2025pre-release
Nothing published for this version
- v4.25.9-0.20250906132210-6757671872cf6 Sept 2025pre-release
Nothing published for this version
- v4.25.9-0.20250905085222-a98291f13d6c5 Sept 2025pre-release
Nothing published for this version
- v4.25.830 Aug 2025
Nothing published for this version
- v4.25.8-0.20250830092641-02f56286d39e30 Aug 2025pre-release
Nothing published for this version
- v4.25.8-0.20250829105503-1d96565ed22e29 Aug 2025pre-release
Nothing published for this version
- v4.25.8-0.20250828214641-b1b09bc0146928 Aug 2025pre-release
Nothing published for this version
- v4.25.8-0.20250828070536-519169e1cb4228 Aug 2025pre-release
Nothing published for this version
- v4.25.8-0.20250823133529-2897d98bb53a23 Aug 2025pre-release
Nothing published for this version
- v4.25.8-0.20250815092534-6976757532a115 Aug 2025pre-release
Nothing published for this version
- v4.25.8-0.20250814111814-5068034366ca14 Aug 2025pre-release
Nothing published for this version
- v4.25.8-0.20250813072522-6c2e2e5ec58213 Aug 2025pre-release
Nothing published for this version
- v4.25.8-0.20250809033336-ffcdc2b7662f9 Aug 2025pre-release
Nothing published for this version
- v4.25.730 Jul 2025
Nothing published for this version
- v4.25.7-0.20250730014139-49039029bfdc30 Jul 2025pre-release
Nothing published for this version
- v4.25.7-0.20250727093032-83fe5cb0ed7c27 Jul 2025pre-release
Nothing published for this version
- v4.25.7-0.20250727090318-1517a31fd91a27 Jul 2025pre-release
Nothing published for this version
- v4.25.7-0.20250726125906-2079fcefaf2a26 Jul 2025pre-release
Nothing published for this version
- v4.25.7-0.20250720125617-eecb04b9987620 Jul 2025pre-release
Nothing published for this version
- v4.25.7-0.20250710130643-4a774b43033f10 Jul 2025pre-release
Nothing published for this version