Beta 1 Release: Compatibility with NetBox 4.3.x!
What's Changed
We are happy to announce that Nazara has now received its long awaited update to be compatible with NetBox v4.3.x
!
New Features:
- Added a
--dry-run
mode to allow users to see all collected data without making requests @marv7000 in #99 - Port API logic to be compatible wit the latest NetBox v4.3.x by @marv7000, @ByteOtter and @SchoolGuy in #102
Fixes:
- Add missing build dependency by @marv7000 in #100
- Don't crash on invalid DMI tables by @marv7000 in #101
- Massively improved performance during data collection by directly accessing DMI tables by @marv7000 in #97
- Fixed build process for RPM builds by adding missing build dependencies and updating the specfile to work with the newest cargo_vendor version by @marv7000 in #95 and #100
- Fixed invalid device update response by removing
primary_ip_address
logic by @ByteOtter in #102
Special thanks to both contributors for their hard work, discussions and guidance in this process.
We hope you enjoy this release!
Sincerely,
- The Nazara Team 🦑
Full Changelog: v0.1.0_alpha.2...v0.1.0_beta.1