v1.5.8 - 2023-01-23 #3147
bryanculver
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
Changed
nautobot.example.com
instead oftestserver
(Django's default) and the test configuration for Nautobot itself setsALLOWED_HOSTS
to expectnautobot.example.com
. This is intended to protect against issues such as Unable to Edit/Delete/Add Objects in v1.5.6 #3065.prefetch_related()
toselect_related()
queries. Users should note a performance gain from this change, but note that cacheops is no longer recommended in v1.5 and this change will likely result in invalid data responses if cacheops remains enabled in your environment. Cacheops will be removed entirely in a future release.Fixed
Security
setuptools
to65.5.1
to addressCVE-2022-40897
. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.gitpython
to~3.1.30
to addressCVE-2022-24439
.future
to0.18.3
due toCVE-2022-40899
. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.Contributors
Full Changelog: v1.5.7...v1.5.8
This discussion was created from the release v1.5.8 - 2023-01-23.
Beta Was this translation helpful? Give feedback.
All reactions