What's Changed
Added
- #6532 - Added a keyboard shortcut (⌘+enter or ctrl+enter) to submit forms when typing in a textarea.
- #6543 - Defined a generic SSO group authentication module that can be shared by any OAuth2/OIDC backend.
- #6550 - Added OSFP-XD (800GE and 1600GE) and OSFP1600 interface types.
Fixed
- #6242 - Fixed "copy" button on Device tabbed views to now only copy the device name.
- #6478 - Fixed inconsistent rendering of the Role field.
- #6509 - Disallowed association of
ObjectMetadata
as metadata to otherObjectMetadata
records. - #6509 - Removed unused object-detail view for
ObjectMetadata
records. - #6519 - Fixed
vrf
field options not loading in VMInterfaceBulkEditForm, VMInterfaceForm, and VMInterfaceCreateForm. - #6519 - Added missing
VRF
entry in VMInterface detail view. - #6533 - Fixed an issue where the string representation of the Note model would throw an error if accessed before saving it to the database.
- #6547 - Fixed incorrect VRF filter specified on VRF column on Prefix Table.
- #6564 - Fixed an
AttributeError
raised when an App overrides a NautobotUIViewSet view.
Dependencies
- #6459 - Updated
mysqlclient
dependency to~2.2.6
.
Documentation
- #6516 - Updated release notes to make it clearer which are model changes.
- #6524 - Updated AzureAD authentication documentation.
- #6567 - Fixed incorrect example in documentation on using test factories.
Housekeeping
- #6459 - Updated documentation dependencies
mkdocs-redirects
to1.2.2
andmkdocs-material
to9.5.46
. - #6500 - Added support for
invoke showmigrations
command.
Contributors
- @HanlinMiao
- @glennmatthews
- @itdependsnetworks
- @igpaec
- @jmcgill298
- @smk4664
- @josh-silvas
- @austind
- @cardoe
- @renovate
New Contributors
Full Changelog: v2.3.11...v2.3.12