v1.5.11 - 2023-02-20 #3339
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
-
Added
--cache-test-fixtures
command line argument to Nautobot unit and integration tests.Changed
DynamicGroup.objects.get_for_object()
to be a little more efficient.Dependencies
oauthlib
to 3.2.2.cryptography
to 39.0.1.django
to 3.2.18.netutils
constraint from ~1.4.0 to ^1.4.0 to permit semver upgrades.Fixed
DynamicModelChoiceField
s having a generic default label when one is provided.nautobot.extras.tests.test_api.NoteTest
.netutils
functions in Django templates.Security
oauthlib
to 3.2.2 due to CVE-2022-36087. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.cryptography
to 39.0.1 due to CVE-2023-0286, CVE-2023-23931. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.django
to 3.2.18 due to CVE-2023-24580.Contributors
New Contributors
Full Changelog: v1.5.10...v1.5.11
This discussion was created from the release v1.5.11 - 2023-02-20.
Beta Was this translation helpful? Give feedback.
All reactions