v1.2.3 (2022-01-07)
Added
- #1037 - Added documentation about how to successfully use the
nautobot-server dumpdata
andnautobot-server loaddata
commands.
Fixed
- #313 - REST API documentation now correctly shows that
status
is a required field. - #477 - Fixed
nautobot.utilities.filters.BaseFilterSet.FILTER_DEFAULTS
does not allowmodels.TextField
to use multi-value filtering. Models usingTextField
s will now be able toMultiValCharFilter
in filter classes on those fields. - #734 - Requests to nonexistent
/api/
URLs now correctly return a JSON 404 response rather than an HTML 404 response. - #1127 - Fixed incorrect rendering of the navbar at certain browser window sizes.
- #1203 - Fixed maximum recursion depth error when filtering GraphQL queries by
device_types
. - #1220 - Fixed an inconsistency in the breadcrumbs seen in various Admin pages.
- #1228 - Fixed a case where a GraphQL query for objects associated by Relationships could potentially throw an exception.
- #1229 - Fixed a template rendering error in the login page.
- #1234 - Fixed missing changelog support for Custom Fields.
Security
- #1238 - Implemented fix for CVE-2021-23727 to require Celery >=5.2.2 for Python version >=3.7. For Python version <3.7 (e.g. 3.6), it is recommended that you prioritize upgrading your environment to use Python 3.7 or higher. Support for Python 3.6 will be removed in a future update.