Added
- #1606 - Added best practices for working with FilterSet classes to developer documentation.
- #1796 - Added documentation for using Git Repositories behind/via proxies.
- #1811 - Added developer Docker container for running mkdocs instead of locally.
Changed
- #1818 - Changed README.md to link to correct build status workflows.
Fixed
- #895 - Fixed validation when creating
Interface
andVMInterface
objects via the REST API while specifyinguntagged_vlan
withoutmode
also set in the payload. A 400 error will now be raised as expected. - #1289 - Fixed issue where job result live pagination would reset to page 1 on refresh. The currently selected page will now persist until the job run completes.
- #1290 - Fix NAPALM enable password argument for devices using the eos NAPALM driver.
- #1427 - Fix NoReverseMatch exception when related views for action_buttons don't exist.
- #1428 - Fix IPAM prefix utilization sometimes showing greater than 100 percent for IPv4 prefixes.
- #1604 - Fix missing filter restriction enforcement on relationship association.
- #1771 - Fix exception raised for RelationshipAssociation when updating source.
- #1772 - Fix RelationshipAssociationSerializer not triggering model clean method.
- #1784 - Fix
nautobot-server dumpdata
not working due todjango_rq
update. Updated documentation. - #1805 - Fix git pre-commit hook incompatibility with dash shell and add warning on skipped tests.
Security
- #1808 - Bump PyJWT from 2.3.0 to 2.4.0
Contributors
New Contributors
- @gsnider2195 made their first contribution in #1802
- @TheRealBecks made their first contribution in #1801
Full Changelog: v1.3.4...v1.3.5