1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Changelog & cleanup for #9892

This commit is contained in:
jeremystretch
2022-09-27 09:55:35 -04:00
parent d08d5620da
commit 6016e1b15d
3 changed files with 14 additions and 7 deletions

View File

@@ -3,6 +3,10 @@
!!! warning "PostgreSQL 11 Required"
NetBox v3.4 requires PostgreSQL 11 or later.
### Enhancements
* [#9892](https://github.com/netbox-community/netbox/issues/9892) - Add optional `name` field for FHRP groups
### Plugins API
* [#10314](https://github.com/netbox-community/netbox/issues/10314) - Move `clone()` method from NetBoxModel to CloningMixin
@@ -10,3 +14,8 @@
### Other Changes
* [#10358](https://github.com/netbox-community/netbox/issues/10358) - Raise minimum required PostgreSQL version from 10 to 11
### REST API Changes
* ipam.FHRPGroup
* Added optional `name` field