Skip to content

Releases: shirou/gopsutil

v3.23.4

01 May 02:44
db89d12
Compare
Choose a tag to compare

What's Changed

cpu

process

  • refactor(process): compare error with errors.Is by @Juneezee in #1453

Other Changes

New Contributors

Full Changelog: v3.23.3...v3.23.4

v3.23.3

01 Apr 01:42
6bda1a5
Compare
Choose a tag to compare

What's Changed

cpu

  • cpu: add frequency support for apple silicon m1/m2 cpus by @shoenig in #1436

disk

host

process

Other Changes

New Contributors

Full Changelog: v3.23.2...v3.23.3

v3.23.2

03 Mar 05:48
7ab2f0e
Compare
Choose a tag to compare

What's Changed

cpu

disk

  • fix(disk): correctly replace /dev in /dev/mapper by @powersj in #1412

host

New Contributors

Full Changelog: v3.23.1...v3.23.2

v3.23.1

02 Feb 13:10
0494d7f
Compare
Choose a tag to compare

What's Changed

disk

  • [disk][windows]: add context handling on PartionsWithContext by @shirou in #1407

host

New Contributors

Full Changelog: v3.22.12...v3.23.1

v3.22.12

01 Jan 06:26
2fb67aa
Compare
Choose a tag to compare

Important notice

v3.22.11 was reverted because some issue by #1384, and retracted by #1386.

What's Changed

cpu

disk

  • [ios][disk] IOKit is not available on iOS by @tmm1 in #1362
  • pull request on adding missing statistic under solaris/illumos by @sfzfs in #1381
  • [disk][host]: move back Warnings from internal to disk and host. by @shirou in #1379
  • [disk][windows] Support LabelWithContext & SerialNumberWithContext - rebased by @FrankSpitulski in #1367
  • Revert "[disk][windows] Support LabelWithContext & SerialNumberWithContext - rebased " by @shirou in #1384
  • Truncate the Getfsstat result to the count of items that were returned by @brianryner8 in #1392

host

  • feat(host, windows): add UBR (Update Build Revision) to kernel version by @shirou in #1374
  • host: use unix.ByteSliceToString by @tklauser in #1393

load

  • [load][windows]: add error detail and context handling. by @shirou in #1380

Other Changes

  • [android][host] fix Info() failure due to forbidden /proc/stat and /proc/uptime by @tmm1 in #1361
  • Retract deleted tag v3.22.11 by @bogdandrutu in #1386
  • Detect Docker also using /.dockerenv by @scop in #1400
  • chore(README): add HOST_ROOT by @shirou in #1401

New Contributors

Full Changelog: v3.22.10...v3.22.12

v3.22.10

01 Nov 08:14
50f2250
Compare
Choose a tag to compare

What's Changed

disk

net

process

  • Fix memory leaks in process_darwin_cgo by @bduffany in #1360
  • [process][windows] Retrieve process name as basename of executable by @Lomanic in #1369

New Contributors

Full Changelog: v3.22.9...v3.22.10

v3.22.9

01 Oct 03:07
16b3aac
Compare
Choose a tag to compare

What's Changed

disk

process

Other Changes

New Contributors

Full Changelog: v3.22.7...v3.22.9

v3.22.7

03 Aug 00:15
ed37dc2
Compare
Choose a tag to compare

What's Changed

cpu

disk

  • Replace IOMainPort/IOMasterPort() and kIOMainPortDefault/kIOMasterPortDefault with NULL by @kyz in #1333

host

  • add neokylin host info on linux by @yyt030 in #1324
  • fix(host,linux): Check if path exists and is nonempty before reading host files by @shirou in #1328
  • host, process: delete darwin/386 code by @tklauser in #1335

mem

  • mem.VirtualMemory(): wrong page size on darwin arm64 by @kyz in #1334

net

  • fix(net,linux): fix decodeaddress if Big Endian by @shirou in #1322

process

  • fix(process,linux): remove trailing multiple \x00 by @shirou in #1326

Other Changes

  • fix(host,linux): when platform is detected to be 'amazon' cleanup os-release ID by @shirou in #1327
  • feat: add github release.yml by @shirou in #1329
  • Update README with /v3 godoc links and remove deprecated macos-10.15 virtual environment in CI by @Lomanic in #1330

New Contributors

Full Changelog: v3.22.6...v3.22.7