|
1 | 1 | # NetBox v4.2
|
2 | 2 |
|
| 3 | +## v4.2.6 (2025-03-21) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* [#17503](https://github.com/netbox-community/netbox/issues/17503) - Add rack title above rack on rack detail view |
| 8 | +* [#17686](https://github.com/netbox-community/netbox/issues/17686) - Add config option for disk space divisor |
| 9 | +* [#18579](https://github.com/netbox-community/netbox/issues/18579) - Update filtersets and filter forms to include contact filters where missing |
| 10 | +* [#18744](https://github.com/netbox-community/netbox/issues/18744) - Ensure contact link in tables is hyperlinked |
| 11 | +* [#18816](https://github.com/netbox-community/netbox/issues/18816) - Add FC/UPC, FC/APC and FC/PC port types |
| 12 | +* [#18880](https://github.com/netbox-community/netbox/issues/18880) - Delay enqueuing background tasks until DB transaction is committed to avoid race condition |
| 13 | +* [#18939](https://github.com/netbox-community/netbox/issues/18939) - Support site group search for ASNs |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +* [#18409](https://github.com/netbox-community/netbox/issues/18409) - Eliminate N+1 issue by adding generic prefetch operation to Interface API endpoint |
| 18 | +* [#18557](https://github.com/netbox-community/netbox/issues/18557) - Update JSONField to enclose bare string values in quotes |
| 19 | +* [#18582](https://github.com/netbox-community/netbox/issues/18582) - Fix prefix bulk import with |
| 20 | +* associated VLAN and conflicting VLAN IDs |
| 21 | +* [#18742](https://github.com/netbox-community/netbox/issues/18742) - Ensure location list and detail views show related VLAN group information |
| 22 | +* [#18782](https://github.com/netbox-community/netbox/issues/18782) - Ensure misconfigured object list widgets on the dashboard now degrade gracefully |
| 23 | +* [#18833](https://github.com/netbox-community/netbox/issues/18833) - Fix inventory item bulk to ensure that component name and type are both validated properly |
| 24 | +* [#18838](https://github.com/netbox-community/netbox/issues/18838) - Esnure that local context context data correctly rejects false-y value |
| 25 | +* [#18845](https://github.com/netbox-community/netbox/issues/18845) - Restore default sort behavior of name column on devices list view |
| 26 | +* [#18863](https://github.com/netbox-community/netbox/issues/18863) - Exempt MPTT-based models from ordering fix introduced in #18279 |
| 27 | +* [#18869](https://github.com/netbox-community/netbox/issues/18869) - Ensure numeric conversion helper always return a clean decimal value |
| 28 | +* [#18872](https://github.com/netbox-community/netbox/issues/18872) - Ensure that `kind` is a required field when making journal entries |
| 29 | +* [#18884](https://github.com/netbox-community/netbox/issues/18884) - Ensure tag deserialization is handled correctly |
| 30 | +* [#18887](https://github.com/netbox-community/netbox/issues/18887) - Allow VM interface objects to be set on prefix object-type custom field |
| 31 | +* [#18926](https://github.com/netbox-community/netbox/issues/18926) - Fix icon displayed for Github authentication on login page |
| 32 | +* [#18928](https://github.com/netbox-community/netbox/issues/18928) - Support cascading deletions when cleaning up expired changelog records |
| 33 | +* [#18933](https://github.com/netbox-community/netbox/issues/18933) - Allow filtering VLAN groups by associated site groups |
| 34 | +* [#18944](https://github.com/netbox-community/netbox/issues/18944) - Ensure clearing widget type field when adding widgets to dashboard does not cause a 500 error |
| 35 | +* [#18949](https://github.com/netbox-community/netbox/issues/18949) - Add missing contacts property to GraphQL types where the associated model has a connection to a contact |
| 36 | + |
| 37 | +--- |
| 38 | + |
3 | 39 | ## v4.2.5 (2025-03-06)
|
4 | 40 |
|
5 | 41 | ### Enhancements
|
|
0 commit comments