Release 3.10.0 - 2025-10-21
What's Changed
- Mitigate CVE by enforcing permissions on the ServiceNow Config view.
- Minimum Nautobot version is now 2.4.20.
- Minimum Python version is now 3.10.
v3.10.0 (2025-10-21)
Security
- #991 - Enforce permissions on ServiceNow Config view to mitigate GHSA-535g-62r7-cx6v.
Added
- #877 - Added contrib base classes
BaseNautobotAdapterandBaseNautobotModel.
Fixed
- #878 - Fixed inability of vSphere integration to sync IPv6 addresses
- #964 - Fixes sync of anycast IPs for CloudVision SSOT.
- #964 - Implements tag deduplication for CloudVision SSOT.
- #964 - Removes log noise when duplicate IP or IPAssignments are found by CloudVision SSOT.
- #964 - Fixes cert failures for CloudVision SSOT CVaaS implementations (verify cert = False). Such cases can happen when SSL inspection for nautobot workers is in place.
- #980 - Fix Bootstrap SoftwareVersion deletion error.
- #982 - Fixed Exception when attempting to delete Software referenced by a Device.
Housekeeping
- #984 - Removed redundant nautobot minimum version check in jobs module.
- #991 - Implemented UIViewSets and Component UI.
- Rebaked from the cookie
nautobot-app-v2.6.0.
Contributors
New Contributors
- @pato23arg made their first contribution in #965
Full Changelog: v3.9.4...v3.10.0