Skip to content

Releases: elastic/gosigar

v0.14.3

14 Mar 23:07
a1c62e5
Compare
Choose a tag to compare

Fixed

  • darwin: Fix checkptr error in (*Mem).Get for Go 1.22.

0.14.2

10 Nov 12:51
9d6c926
Compare
Choose a tag to compare

Fixed

  • Fix unsupported devices for filesystem. #164

0.14.1

10 Mar 18:14
69b57d0
Compare
Choose a tag to compare

Fixed

  • Fix unsupported devices for filesystem. #159

0.14.0

10 Feb 15:29
6a90009
Compare
Choose a tag to compare

Addded

  • Add darwin ARM support. #152

0.13.0

04 Dec 06:15
@axw axw
f7335f9
Compare
Choose a tag to compare

Added

  • Add method of overriding the /sys/fs/cgroup hierarchy, for reading cgroup metrics inside Docker #148

0.12.0

10 Nov 22:03
226a389
Compare
Choose a tag to compare

Added

  • Add Cached data to Memory #145
  • Add SysTypeName support on Windows #146

0.11.0

17 Jul 20:44
68bb9ba
Compare
Choose a tag to compare

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

28 Aug 22:23
Compare
Choose a tag to compare

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

09 Jul 16:40
f75810d
Compare
Choose a tag to compare

Fixed

  • Fixed a crash when splitting command-line arguments under Windows. #124

0.10.3

27 May 11:34
99ed9cf
Compare
Choose a tag to compare
  • ProcState.Get() doesn't fail under Windows when it cannot obtain process ownership information. #121