mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-10 18:39:36 -06:00
2.0 KiB
2.0 KiB
NetBox v3.3
v3.3.0 (FUTURE)
Breaking Changes
- The
nat_outsiderelation on the IP address model now returns a list of zero or more related IP addresses, rather than a single instance (or None).
Enhancements
- #1202 - Support overlapping assignment of NAT IP addresses
- #5303 - A virtual machine may be assigned to a site and/or cluster
- #8222 - Enable the assignment of a VM to a specific host device within a cluster
- #8471 - Add
statusfield to Cluster - #8495 - Enable custom field grouping
- #8995 - Enable arbitrary ordering of REST API results
- #9166 - Add UI visibility toggle for custom fields
Other Changes
- #9261 -
NetBoxTableno longer automatically clears pre-existing calls toprefetch_related()on its queryset - #9434 - Enabled
django-richtest runner for more user-friendly output
REST API Changes
- extras.CustomField
- Added
group_nameandui_visibilityfields
- Added
- ipam.IPAddress
- The
nat_insidefield no longer requires a unique value - The
nat_outsidefield has changed from a single IP address instance to a list of multiple IP addresses
- The
- virtualization.Cluster
- Added required
statusfield (default value:active)
- Added required
- virtualization.VirtualMachine
- Added
devicefield - The
sitefield is now directly writable (rather than being inferred from the assigned cluster) - The
clusterfield is now optional. A virtual machine must have a site and/or cluster assigned.
- Added