1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Files
netbox-community-netbox/docs/release-notes/version-3.5.md
2023-02-19 20:09:51 -05:00

1.1 KiB

NetBox v3.5

v3.5.0 (FUTURE)

Enhancements

  • #11254 - Introduce the X-Request-ID HTTP header to annotate the unique ID of each request for change logging
  • #11440 - Add an enabled field for device type interfaces
  • #11517 - Standardize the inclusion of related objects across the entire UI
  • #11584 - Add a list view for contact assignments
  • #11625 - Add HTMX support to ObjectEditView

Other Changes

  • #10604 - Remove unused extra_tabs block from object.html generic template
  • #10923 - Remove unused NetBoxModelCSVForm class (replaced by NetBoxModelImportForm)
  • #11611 - Refactor API viewset classes and introduce NetBoxReadOnlyModelViewSet