Release v3.1.0
Added
- #527 - Added Python 3.12 support.
- #528 - Added DNA Center integration to _MIN_NAUTOBOT_VERSION as it requires Nautobot 2.2 for Controller object.
Changed
- #526 - Updated the ExampleDataSource job to improve memory utilization with large data sets.
- #526 - Changed memory profiling logging output to format bytes into KiB/MiB.
Fixed
- #521 - Fixed generalized Exception with SecretsGroup and add custom Exception in case SecretsGroup not found on ExternalIntegration.
- #528 - Fixed bug preventing use of Nautobot 2.1 due to ACI requiring 2.2.
- #528 - Fixed JobResult association to Sync object to CASCADE instead of PROTECT so Sync object is deleted when JobResult is instead of preventing deletion.
- #530 - Fixed Infoblox Configuration List Bug when on Nautobot 2.3 by disabling SSOTInfobloxConfig from being a saved view.
Documentation
- #520 - Added instructions for enabling Infoblox integration.
Housekeeping
- #527 - Rebaked from the cookie 'nautobot-app-v2.3.2'.
New Contributors
- @gsnider2195 made their first contribution in #526
- @nopg made their first contribution in #529
Full Changelog: v3.0.1...v3.1.0