What's Changed
v2.3 Release Notes
Release Overview
- Changed the minimum Nautobot version support to 2.4.2.
- Added a common Nornir logger for console and database logging.
- Fixed secret group "types" errors for HTTP and new SNMP types.
v2.3.0 (2025-10-03)
Added
- #215 - Added a common Nornir logger to support writing to console and db.
- #215 - Added a helper decorator to close idle DB connections in a thread.
Changed
- #200 - Build out process for and create actual error docs.
Fixed
- #198 - Improved handling of errors when the using Secrets with config_context.
- #212 - Fixed incorrect secret group association choices "type" lookups.
Documentation
- #200 - Update documentation on error codes to provide actual troubleshooting recommendations.
Housekeeping
- #202 - Set minimum python version to 3.9.2 in line with Nautobot Core. This is necessary due to upstream
cryptography
constraints, see nautobot/nautobot#7019. - Rebaked from the cookie
nautobot-app-v2.4.2
. - Rebaked from the cookie
nautobot-app-v2.5.0
. - Rebaked from the cookie
nautobot-app-v2.5.1
. - Rebaked from the cookie
nautobot-app-v2.6.0
.
New Contributors
Full Changelog: v2.2.1...v2.3.0