|
|
@@ -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
|