|
1 | 1 | # NetBox v4.5 |
2 | 2 |
|
| 3 | +## v4.5.5 (2026-03-17) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* [#21114](https://github.com/netbox-community/netbox/issues/21114) - Support path exclusions for data source synchronization |
| 8 | +* [#21578](https://github.com/netbox-community/netbox/issues/21578) - Support identifying scope object by name or slug when bulk importing scoped objects |
| 9 | + |
| 10 | +### Performance Improvements |
| 11 | + |
| 12 | +* [#21330](https://github.com/netbox-community/netbox/issues/21330) - Optimize the assignment of tags when saving objects |
| 13 | +* [#21402](https://github.com/netbox-community/netbox/issues/21402) - Avoid excessive database queries when rendering unnamed devices via the REST API |
| 14 | +* [#21611](https://github.com/netbox-community/netbox/issues/21611) - Replace inefficient calls to `.count()` with `.exists()` |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* [#19867](https://github.com/netbox-community/netbox/issues/19867) - Preserve the "per page" pagination setting when returning from object edit forms |
| 19 | +* [#20077](https://github.com/netbox-community/netbox/issues/20077) - Fix form field focus bug in Microsoft Edge |
| 20 | +* [#20385](https://github.com/netbox-community/netbox/issues/20385) - Enforce `MAX_PAGE_SIZE` limit for GraphQL API requests |
| 21 | +* [#20468](https://github.com/netbox-community/netbox/issues/20468) - Fix range-based filter lookups for integer fields in GraphQL API |
| 22 | +* [#20915](https://github.com/netbox-community/netbox/issues/20915) - Restore user language preference after login via social authentication |
| 23 | +* [#20934](https://github.com/netbox-community/netbox/issues/20934) - Fix dark mode flicker on page load |
| 24 | +* [#21012](https://github.com/netbox-community/netbox/issues/21012) - Add pagination for VLAN table on interface view to prevent silent truncation at 100 entries |
| 25 | +* [#21380](https://github.com/netbox-community/netbox/issues/21380) - Fix display of the background tasks table on mobile |
| 26 | +* [#21440](https://github.com/netbox-community/netbox/issues/21440) - Avoid erroneously clearing primary/OOB IP assignments during bulk import/update |
| 27 | +* [#21468](https://github.com/netbox-community/netbox/issues/21468) - Preserve safe custom HTTP headers when copying requests for background job processing |
| 28 | +* [#21486](https://github.com/netbox-community/netbox/issues/21486) - Fix `AttributeError` exception caused by missing `COOKIES` attribute on `NetBoxFakeRequest` |
| 29 | +* [#21512](https://github.com/netbox-community/netbox/issues/21512) - Fix GraphQL filter field name mismatch for device component types (e.g. `console_ports`) |
| 30 | +* [#21531](https://github.com/netbox-community/netbox/issues/21531) - Fix search functionality for location when combined with other filters |
| 31 | +* [#21556](https://github.com/netbox-community/netbox/issues/21556) - Avoid clearing the platform field when changing device type in the device edit form |
| 32 | +* [#21579](https://github.com/netbox-community/netbox/issues/21579) - Hide the script "Add" button for users lacking the required permission |
| 33 | +* [#21580](https://github.com/netbox-community/netbox/issues/21580) - Hide the virtual machine "Add components" dropdown for users lacking change permission |
| 34 | +* [#21586](https://github.com/netbox-community/netbox/issues/21586) - Fix broken "Add child group" link in site group view (was pointing to the region endpoint) |
| 35 | +* [#21618](https://github.com/netbox-community/netbox/issues/21618) - Fix cable termination points being lost when bulk-editing the cable profile |
| 36 | +* [#21651](https://github.com/netbox-community/netbox/issues/21651) - Disable sorting by the `is_primary` column in the MAC address list view |
| 37 | +* [#21653](https://github.com/netbox-community/netbox/issues/21653) - Fix profile-based cable tracing when a single origin carries multiple positions |
| 38 | +* [#21673](https://github.com/netbox-community/netbox/issues/21673) - Fix display of primary IP address with associated NAT IP on virtual machine view |
| 39 | +* [#21686](https://github.com/netbox-community/netbox/issues/21686) - Clean up cached circuit attributes when reassigning a circuit termination |
| 40 | + |
| 41 | +--- |
| 42 | + |
3 | 43 | ## v4.5.4 (2026-03-03) |
4 | 44 |
|
5 | 45 | ### Enhancements |
|
0 commit comments