Psutil

Latest version: v5.9.8

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

3.22.12

<!-- Release notes generated using configuration in .github/release.yml at v3.22.12 -->

Important notice

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

What's Changed
cpu
* feat: Setting the model name for arm based CPUs by yaozbek in https://github.com/shirou/gopsutil/pull/1373
* cpu: use windows.GetActiveProcessorCount by tklauser in https://github.com/shirou/gopsutil/pull/1394
* fill modelName for all cores in arm64 devices by sgthammer in https://github.com/shirou/gopsutil/pull/1389
* test: use `T.Setenv` to set env vars in tests by Juneezee in https://github.com/shirou/gopsutil/pull/1398
disk
* [ios][disk] IOKit is not available on iOS by tmm1 in https://github.com/shirou/gopsutil/pull/1362
* pull request on adding missing statistic under solaris/illumos by sfzfs in https://github.com/shirou/gopsutil/pull/1381
* [disk][host]: move back Warnings from internal to disk and host. by shirou in https://github.com/shirou/gopsutil/pull/1379
* [disk][windows] Support LabelWithContext & SerialNumberWithContext - rebased by FrankSpitulski in https://github.com/shirou/gopsutil/pull/1367
* Revert "[disk][windows] Support LabelWithContext & SerialNumberWithContext - rebased " by shirou in https://github.com/shirou/gopsutil/pull/1384
* Truncate the Getfsstat result to the count of items that were returned by brianryner8 in https://github.com/shirou/gopsutil/pull/1392
host
* feat(host, windows): add UBR (Update Build Revision) to kernel version by shirou in https://github.com/shirou/gopsutil/pull/1374
* host: use unix.ByteSliceToString by tklauser in https://github.com/shirou/gopsutil/pull/1393
load
* [load][windows]: add error detail and context handling. by shirou in https://github.com/shirou/gopsutil/pull/1380
Other Changes
* [android][host] fix Info() failure due to forbidden /proc/stat and /proc/uptime by tmm1 in https://github.com/shirou/gopsutil/pull/1361
* Retract deleted tag v3.22.11 by bogdandrutu in https://github.com/shirou/gopsutil/pull/1386
* Detect Docker also using /.dockerenv by scop in https://github.com/shirou/gopsutil/pull/1400
* chore(README): add `HOST_ROOT` by shirou in https://github.com/shirou/gopsutil/pull/1401

New Contributors
* yaozbek made their first contribution in https://github.com/shirou/gopsutil/pull/1373
* sfzfs made their first contribution in https://github.com/shirou/gopsutil/pull/1381
* FrankSpitulski made their first contribution in https://github.com/shirou/gopsutil/pull/1367
* bogdandrutu made their first contribution in https://github.com/shirou/gopsutil/pull/1386
* brianryner8 made their first contribution in https://github.com/shirou/gopsutil/pull/1392
* sgthammer made their first contribution in https://github.com/shirou/gopsutil/pull/1389
* Juneezee made their first contribution in https://github.com/shirou/gopsutil/pull/1398

**Full Changelog**: https://github.com/shirou/gopsutil/compare/v3.22.10...v3.22.12

3.22.10

<!-- Release notes generated using configuration in .github/release.yml at v3.22.10 -->

What's Changed
disk
* Return all Windows partitions by atoulme in https://github.com/shirou/gopsutil/pull/1347
net
* Pass on context to ConnectionsPidWithContext by ib-steffen in https://github.com/shirou/gopsutil/pull/1365
process
* Fix memory leaks in process_darwin_cgo by bduffany in https://github.com/shirou/gopsutil/pull/1360
* [process][windows] Retrieve process name as basename of executable by Lomanic in https://github.com/shirou/gopsutil/pull/1369

New Contributors
* atoulme made their first contribution in https://github.com/shirou/gopsutil/pull/1347
* bduffany made their first contribution in https://github.com/shirou/gopsutil/pull/1360
* ib-steffen made their first contribution in https://github.com/shirou/gopsutil/pull/1365

**Full Changelog**: https://github.com/shirou/gopsutil/compare/v3.22.9...v3.22.10

3.22.9

<!-- Release notes generated using configuration in .github/release.yml at v3.22.9 -->

What's Changed
disk
* [disk][linux] Fix for diskusage Ceph mount by itsties in https://github.com/shirou/gopsutil/pull/1345
* implement aix nocgo disk usage by chbuescher in https://github.com/shirou/gopsutil/pull/1341
process
* fix(process,windows): compare len(cwd) to an incorrect value by tienthanh1993 in https://github.com/shirou/gopsutil/pull/1346
Other Changes
* Add hostinfo Virtualization hyperv by johanburati in https://github.com/shirou/gopsutil/pull/1336

New Contributors
* tienthanh1993 made their first contribution in https://github.com/shirou/gopsutil/pull/1346
* itsties made their first contribution in https://github.com/shirou/gopsutil/pull/1345
* johanburati made their first contribution in https://github.com/shirou/gopsutil/pull/1336

**Full Changelog**: https://github.com/shirou/gopsutil/compare/v3.22.7...v3.22.9

3.22.7

<!-- Release notes generated using configuration in .github/release.yml at v3.22.7 -->

What's Changed
cpu
* fix(cpu): fix cpu total and busy calc by shirou in https://github.com/shirou/gopsutil/pull/1325
disk
* Replace IOMainPort/IOMasterPort() and kIOMainPortDefault/kIOMasterPortDefault with NULL by kyz in https://github.com/shirou/gopsutil/pull/1333
host
* add neokylin host info on linux by yyt030 in https://github.com/shirou/gopsutil/pull/1324
* fix(host,linux): Check if path exists and is nonempty before reading host files by shirou in https://github.com/shirou/gopsutil/pull/1328
* host, process: delete darwin/386 code by tklauser in https://github.com/shirou/gopsutil/pull/1335
mem
* mem.VirtualMemory(): wrong page size on darwin arm64 by kyz in https://github.com/shirou/gopsutil/pull/1334
net
* fix(net,linux): fix decodeaddress if Big Endian by shirou in https://github.com/shirou/gopsutil/pull/1322
process
* fix(process,linux): remove trailing multiple \x00 by shirou in https://github.com/shirou/gopsutil/pull/1326
Other Changes
* fix(host,linux): when platform is detected to be 'amazon' cleanup os-release ID by shirou in https://github.com/shirou/gopsutil/pull/1327
* feat: add github release.yml by shirou in https://github.com/shirou/gopsutil/pull/1329
* Update README with /v3 godoc links and remove deprecated macos-10.15 virtual environment in CI by Lomanic in https://github.com/shirou/gopsutil/pull/1330

New Contributors
* yyt030 made their first contribution in https://github.com/shirou/gopsutil/pull/1324
* kyz made their first contribution in https://github.com/shirou/gopsutil/pull/1334

**Full Changelog**: https://github.com/shirou/gopsutil/compare/v3.22.6...v3.22.7

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.