mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 19:52:52 -06:00
1.1 KiB
1.1 KiB
v3.1-beta1 (FUTURE)
!!! warning "PostgreSQL 10 Required" NetBox v3.1 requires PostgreSQL 10 or later.
Breaking Changes
- The
tenant
andtenant_id
filters for the Cable model now filter on the tenant assigned directly to each cable, rather than on the parent object of either termination.
Enhancements
- #1337 - Add WWN field to interfaces
- #1943 - Relax uniqueness constraint on cluster names
- #3839 - Add
airflow
field for devices types and devices - #6711 - Add
longtext
custom field type with Markdown support - #6715 - Add tenant assignment for cables
- #6874 - Add tenant assignment for locations
Other Changes
- #7318 - Raise minimum required PostgreSQL version from 9.6 to 10