v2.0.0-rc.3 - 2023-09-15 #4468
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
-
What to Check Out
Natural Slug Property
We implemented the
natural_slug
property on allBaseModel
objects. A Natural Slug is a natural-key-derived, human-readable, automation-friendly representation of the object it references. It cannot be used to look up an object and is intended for a one-way "slug-ification" of the natural key.IPAddressToInterface REST API Endpoint
With changing the
IPAddress
model'sinterface
field from aForeignKey
to aManyToManyField
, theIPAddressToInterface
model was introduced to track the many-to-many relationship betweenIPAddress
andInterface
(andVMInterface
) objects. This model is now exposed via the REST API as a new endpoint. You can find more information about this endpoint in the auto-generated API documentation.Added
Namespace
column toVRFDeviceAssignmentTable
andVRFPrefixAssignmentTable
to display assigned VRFs'namespace
property.namespace
attribute to rendering of "IP Addresses" columns of relevantInterface
andInterfaceRedundancyGroup
tables.namespace
attribute to rendering ofprimary_ip
fields inDeviceDetailView
andVirtualMachineDetailView
.primary_ip
field inVirtualMachineDetailView
..natural_slug
property on all models.Changed
install_system.md
file.object_type
to the Advanced tab of new-UI detail views in general.__all__
onMeta.fields
andcustom_fields
displayed a JSON blob.Fixed
TreeNodeMultipleChoiceFilter
filtering that could result in incorrect inclusion of unrelated records with the same name located elsewhere in the tree.setup_XX.x
deprecated script.Housekeeping
next
branch to remove some redundant tests, run more tests in parallel and test the container build.ltm-1.6
anddevelop
branch tags respectively.Removed
ip_family
queryset annotation fromPrefixQuerySet
andIPAddressQuerySet
.tags
,custom-fields
,computed-fields
,relationships
from new-UI object detailnotes_url
from new-UI object detail views.Security
GitPython
to3.1.36
to addressCVE-2023-41040
.Contributors
Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3
This discussion was created from the release v2.0.0-rc.3 - 2023-09-15.
Beta Was this translation helpful? Give feedback.
All reactions