2022-09-13 14:36:37 -04:00
|
|
|
# NetBox v3.4
|
|
|
|
|
2022-09-14 17:10:14 -04:00
|
|
|
!!! warning "PostgreSQL 11 Required"
|
|
|
|
NetBox v3.4 requires PostgreSQL 11 or later.
|
|
|
|
|
2022-09-27 09:55:35 -04:00
|
|
|
### Enhancements
|
|
|
|
|
|
|
|
* [#9892](https://github.com/netbox-community/netbox/issues/9892) - Add optional `name` field for FHRP groups
|
|
|
|
|
2022-09-13 14:36:37 -04:00
|
|
|
### Plugins API
|
|
|
|
|
|
|
|
* [#10314](https://github.com/netbox-community/netbox/issues/10314) - Move `clone()` method from NetBoxModel to CloningMixin
|
2022-09-14 17:10:14 -04:00
|
|
|
|
|
|
|
### Other Changes
|
|
|
|
|
|
|
|
* [#10358](https://github.com/netbox-community/netbox/issues/10358) - Raise minimum required PostgreSQL version from 10 to 11
|
2022-09-27 09:55:35 -04:00
|
|
|
|
|
|
|
### REST API Changes
|
|
|
|
|
|
|
|
* ipam.FHRPGroup
|
|
|
|
* Added optional `name` field
|