mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
892 B
892 B
NetBox v3.4
!!! warning "PostgreSQL 11 Required" NetBox v3.4 requires PostgreSQL 11 or later.
Breaking Changes
- Device and virtual machine names are no longer case-sensitive. Attempting to create e.g. "device1" and "DEVICE1" will raise a validation error.
Enhancements
- #9249 - Device and virtual machine names are no longer case-sensitive
- #9892 - Add optional
name
field for FHRP groups
Plugins API
- #10314 - Move
clone()
method from NetBoxModel to CloningMixin
Other Changes
- #10358 - Raise minimum required PostgreSQL version from 10 to 11
REST API Changes
- ipam.FHRPGroup
- Added optional
name
field
- Added optional