Skip to content

Releases: L3tum/HardwareInformation

v6.0.0 Alpha

02 Jan 13:31
4f65887
Compare
Choose a tag to compare
v6.0.0 Alpha Pre-release
Pre-release

Happy New Year!

This release has been a long time coming and fixes a number of issues with the Library in general, but also specific issues in particular.

Most notably the Providers, i.e. the code that actually gathers all the hardware information for a specific platform, have been rewritten to be more extendable. While doing so I've found another way to make them more robust, but that may take some time again to fully plan out.

Furthermore, the library now supports multiple CPUs! For that there is now an Array Cpus. The old Cpu Field for single CPUs will point to the first CPU in the new array, or null if there are none or more than one.

Additionally, the support for heterogenic architectures (e.g. BIG.little) and other hardware has been improved, working around some peculiar erratas for example. Also PCI-devices will be collected on both Windows and Linux offering another list, similar to the already existing GPU and USB Devices. In particular USB Devices have also gone through a rewrite to not only make them more performant to be fetched from the OS, but also more robust.

The Linux Provider has gone through one of the more extensive rewrites. It now only depends on what should be available on any Linux installation and does not require any sudo or other permissions.

There have also been a number of deprecations and removals, however I tried to keep everything backwards compatible. If something is missing or not working please let me know.

Lastly, while I do try to be as crossplatform as possible, working with Mac and especially the new ARM Macs has been a right pain in the behind. Not only is the documentation scarce and sometimes even wrong, the information provided on Macs in general is subpar and even what is available seems to be hit-and-miss. I'm currently trying to debug these issues. That is also one of the reasons why this release is only a pre-release. I may go one of two routes of either writing a full ARM Provider or fleshing out the Mac Provider. It's most likely going to be the former.

Full Changelog: 5.0.0...6.0.0-rc2

v5.0.2

22 Jan 13:29
Compare
Choose a tag to compare
v5.0.2 Pre-release
Pre-release

Full Changelog: 5.0.1...5.0.2

Notable Changes:

  • Further fix for #32

v5.0.1

15 Jan 15:10
Compare
Choose a tag to compare
v5.0.1 Pre-release
Pre-release

Full Changelog: 5.0.0...5.0.1

Noteable Changes:

v5.0.0

17 Dec 12:26
Compare
Choose a tag to compare

Changes

  • Moved setters to internal-only and Lists to ReadOnlyLists (thanks @caunt )
  • Switched to IntelliJ-based code formatter
  • Fixed support for 32-bit platforms
  • Moved some common provider stuff out of MachineInformationGatherer and into CommonInformationProvider
  • Fixed Linux vendor information parsing breaking when no vendor nor name is available

Features

  • Added more GPU Information (VRAM, Type, Supported Vulkan Version) via Vulkan
  • Added GPU vendor strings similar to CPU vendor strings
  • Added USB information (multiple Names, Drivers, Vendors, ProductID/Name, VendorID/Name...) via USBVendorList

v4.0.3

23 Oct 09:40
Compare
Choose a tag to compare

Update:

  • Fix wrong base version for release

v4.0.2

23 Oct 09:34
Compare
Choose a tag to compare

Updates:

  • Fix support for 32-Bit Processes on 64-Bit Operating Systems

v4.0.1

22 Oct 16:59
Compare
Choose a tag to compare

Updates:

  • Fix X86 Support in ThreadAffinity setting
  • Fix Win10-only WMI keys being used in sub-Win10 contexts

v4.0.0

09 Feb 14:24
104787d
Compare
Choose a tag to compare

Updates:

  • Removed Mono.Posix dependency in #16, which fixes #15
  • Added preliminary support to Linux for Disk, GPU and RAM information

As #16 is a potentially breaking change the major version is upped. In reality though nothing should break.

v3.0.5

30 Dec 12:42
9e986fa
Compare
Choose a tag to compare

Move Reinforced.Typings into separate project to make this library still usable without it

v3.0.4

28 Dec 17:45
Compare
Choose a tag to compare
  • Update TS generation to be actually consumable by TS/JS