Releases: elastic/gosigar
Releases · elastic/gosigar
v0.14.3
Fixed
- darwin: Fix checkptr error in
(*Mem).Get
for Go 1.22.
0.14.2
Fixed
- Fix unsupported devices for filesystem. #164
0.14.1
Fixed
- Fix unsupported devices for filesystem. #159
0.14.0
Addded
- Add darwin ARM support. #152
0.13.0
Added
- Add method of overriding the /sys/fs/cgroup hierarchy, for reading cgroup metrics inside Docker #148
0.12.0
Added
- Add
Cached
data to Memory #145
- Add
SysTypeName
support on Windows #146
0.11.0
Added
- Added support for AIX. #133
Fixed
- Fixed the
ss
example by replacing the Logrus package with the stdlib log
package. #123 #136
- Replaced
bytePtrToString
and cleaned up darwin code. #138 #141
0.10.5
Fixed
- Fixed uptime calculation under Windows. #126
- Fixed compilation issue for darwin/386. #128
Changed
- Load DLLs only from Windows system directory. #132
0.10.4
Fixed
- Fixed a crash when splitting command-line arguments under Windows. #124
0.10.3
- ProcState.Get() doesn't fail under Windows when it cannot obtain process ownership information. #121