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

Changelog for #10556

This commit is contained in:
jeremystretch
2022-10-05 15:53:50 -04:00
parent a1cc15a604
commit 664d5db5eb

View File

@ -21,6 +21,7 @@ A new `PluginMenu` class has been introduced, which enables a plugin to inject a
* [#9654](https://github.com/netbox-community/netbox/issues/9654) - Add `weight` field to racks, device types, and module types
* [#9892](https://github.com/netbox-community/netbox/issues/9892) - Add optional `name` field for FHRP groups
* [#10348](https://github.com/netbox-community/netbox/issues/10348) - Add decimal custom field type
* [#10556](https://github.com/netbox-community/netbox/issues/10556) - Include a `display` field in all GraphQL object types
### Plugins API
@ -46,3 +47,7 @@ A new `PluginMenu` class has been introduced, which enables a plugin to inject a
* Added optional `weight` and `weight_unit` fields
* ipam.FHRPGroup
* Added optional `name` field
### GraphQL API Changes
* All object types now include a `display` field