-
-
-
-
-
-
-
-
-
v0.6.0f3b478a1 · ·
v0.6.0 * Support for gzip-compressed PCIIDS databases * Option to supply a direct path to PCIIDS database file * Remove empty file if failure to fetch
-
-
0.5.049e68a8b · ·
0.5.0 - Support for disabling the network fetch behaviour - Support for go modules and testing matrix of multiple Golang versions
-
-
0.3141a53e6 · ·
0.3 THIS IS A BACKWARDS-INCOMPATIBLE RELEASE Removes the PCI prefix from structs in the library, adds the ability to control pcidb behaviour using optional modifiers in the New() constructor, and cleans up the path gathering process for finding pciids files.
-
0.2a366ef0d · ·
0.2 - Support for Windows and rename Id -> ID Support for non-Linux platforms was added in this release. When a PCIIDS db file cannot be found locally, as is the case on Windows, then pcidb will attempt to fetch the latest pciids file from the Internet and cache this file in the $USER's homedir. This cached file will then be parsed for PCI information. The fields for `pcidb` structs that were called `Id` are now DEPRECATED. Corresponding fields called `ID` are now included in each struct and should be used in favor of the `Id` fields. The `Id` fields will be REMOVED from the `pcidb` structs in the 1.0 release.
-
0.101bce601 · ·
Initial release of pcidb library Contains the Vendor, Product and Class querying and pciids database file parsing functionality that used to be in the `ghw` library.