2020-08-21 11:06:36 -04:00
# NetBox v2.10
## v2.10-beta1 (FUTURE)
2020-08-21 11:57:46 -04:00
**NOTE:** This release completely removes support for embedded graphs.
2020-09-17 14:22:14 -04:00
### New Features
* [#5146 ](https://github.com/netbox-community/netbox/issues/5146 ) - Add custom fields support for cables, power panels, rack reservations, and virtual chassis
2020-08-21 11:06:36 -04:00
### Other Changes
2020-08-21 11:57:46 -04:00
* [#4349 ](https://github.com/netbox-community/netbox/issues/4349 ) - Dropped support for embedded graphs
2020-08-21 11:16:30 -04:00
* [#4360 ](https://github.com/netbox-community/netbox/issues/4360 ) - Remove support for the Django template language from export templates
2020-09-17 13:25:18 -04:00
* [#4878 ](https://github.com/netbox-community/netbox/issues/4878 ) - Custom field data is now stored directly on each object
2020-08-21 11:06:36 -04:00
* [#4941 ](https://github.com/netbox-community/netbox/issues/4941 ) - `commit` argument is now required argument in a custom script's `run()` method
2020-08-21 11:16:30 -04:00
### REST API Changes
* extras.ExportTemplate: The `template_language` field has been removed