2023-01-09 10:13:40 -05:00
# NetBox v3.5
2023-01-09 10:08:26 -05:00
## v3.5.0 (FUTURE)
2023-01-13 11:41:57 -05:00
### Enhancements
2023-01-26 09:54:24 -05:00
* [#11517 ](https://github.com/netbox-community/netbox/issues/11517 ) - Standardize the inclusion of related objects across the entire UI
2023-01-26 09:46:28 -05:00
* [#11584 ](https://github.com/netbox-community/netbox/issues/11584 ) - Add a list view for contact assignments
2023-01-13 11:41:57 -05:00
* [#11254 ](https://github.com/netbox-community/netbox/issues/11254 ) - Introduce the `X-Request-ID` HTTP header to annotate the unique ID of each request for change logging
2023-01-24 09:41:56 -05:00
* [#11440 ](https://github.com/netbox-community/netbox/issues/11440 ) - Add an `enabled` field for device type interfaces
2023-01-13 11:41:57 -05:00
2023-01-09 10:08:26 -05:00
### Other Changes
2023-01-09 10:13:40 -05:00
* [#10604 ](https://github.com/netbox-community/netbox/issues/10604 ) - Remove unused `extra_tabs` block from `object.html` generic template
2023-01-09 10:08:26 -05:00
* [#10923 ](https://github.com/netbox-community/netbox/issues/10923 ) - Remove unused `NetBoxModelCSVForm` class (replaced by `NetBoxModelImportForm` )
2023-01-27 16:30:31 -05:00
* [#11611 ](https://github.com/netbox-community/netbox/issues/11611 ) - Refactor API viewset classes and introduce NetBoxReadOnlyModelViewSet