Add compatibility with [Netbox 2.7](https://github.com/netbox-community/netbox/releases/tag/v2.7.0)
- Use choice API (107 thanks to ThomasADavis) - Upgrade to pynetbox 4.2.4 (96)
Fixes ===
* Fixed regression in [jsonargparse](https://github.com/omni-us/jsonargparse) that wasn't using `ignore_interfaces` configuration file argument. #98
0.4.1
Fixes
* Better handling of missing `DeviceType` and `DeviceRole` (91) * Better slug handling for `Manufacturer` (89 thanks to gardar)
Other
* Upgrade dependecies of `pynetbox` and `jsonargparse` (88, 87)
0.4.0
New features
* Add config option to set hostname command (81)
Fixes
* Various parsing fixes (73, 74, 75) * Add more vendors (76) * Fix rack association (84)
Other * Dependencies update (85, 86)
0.3.3
Minor fixes * Strip dmidecode data (72)
0.3.2
Minor fixes * Fix regression in RAID card creation (71)
Features * Add `omreport` as RAID class (69)
0.3.1
Minor fixes
* Only scan LLDP if enabled in config (63) * Support multiple VLAN in LLDP output (66) * Handle <50 chars `InventoryItem`'s `name` for DIMM memory (64)