|
1 | 1 | # NetBox v4.0
|
2 | 2 |
|
3 |
| -## v4.0.1 (FUTURE) |
| 3 | +## v4.0.1 (2024-05-09) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* [#15148](https://github.com/netbox-community/netbox/issues/15148) - Add copy-to-clipboard button for config context data |
| 8 | +* [#15328](https://github.com/netbox-community/netbox/issues/15328) - Add a virtual machines UI tab for host devices |
| 9 | +* [#15451](https://github.com/netbox-community/netbox/issues/15451) - Add 2.5 and 5 Gbps backplane Ethernet interface types |
| 10 | +* [#16010](https://github.com/netbox-community/netbox/issues/16010) - Enable Prometheus middleware only if metrics are enabled |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* [#15968](https://github.com/netbox-community/netbox/issues/15968) - Avoid resizing quick search field to display clear button |
| 15 | +* [#15973](https://github.com/netbox-community/netbox/issues/15973) - Fix AttributeError exception when modifying cable termination type |
| 16 | +* [#15977](https://github.com/netbox-community/netbox/issues/15977) - Hide all admin menu items for non-authenticated users |
| 17 | +* [#15982](https://github.com/netbox-community/netbox/issues/15982) - Restore the "assign IP" tab for assigning existing IP addresses to interfaces |
| 18 | +* [#15992](https://github.com/netbox-community/netbox/issues/15992) - Fix AttributeError exception when Sentry integration is enabled |
| 19 | +* [#15995](https://github.com/netbox-community/netbox/issues/15995) - Permit nullable fields referenced by unique constraints to be omitted from REST API requests |
| 20 | +* [#15999](https://github.com/netbox-community/netbox/issues/15999) - Fix layout of login form labels for certain languages |
| 21 | +* [#16003](https://github.com/netbox-community/netbox/issues/16003) - Enable cache busting for `setmode.js` asset to avoid breaking dark mode support on upgrade |
| 22 | +* [#16011](https://github.com/netbox-community/netbox/issues/16011) - Fix site tenant assignment by PK via REST API |
| 23 | +* [#16020](https://github.com/netbox-community/netbox/issues/16020) - Include Python version in system UI view |
| 24 | +* [#16022](https://github.com/netbox-community/netbox/issues/16022) - Fix database migration failure when encountering a script module which no longer exists on disk |
| 25 | +* [#16025](https://github.com/netbox-community/netbox/issues/16025) - Fix execution of scripts via the `runscript` management command |
| 26 | +* [#16031](https://github.com/netbox-community/netbox/issues/16031) - Render Markdown content in script log messages |
| 27 | +* [#16051](https://github.com/netbox-community/netbox/issues/16051) - Translate "empty" text for object tables |
| 28 | +* [#16061](https://github.com/netbox-community/netbox/issues/16061) - Omit hidden fields from display within event rule edit form |
4 | 29 |
|
5 | 30 | ---
|
6 | 31 |
|
|
0 commit comments