|
1 | 1 | # NetBox v4.0 |
2 | 2 |
|
| 3 | +## v4.0.10 (2024-08-29) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* [#16857](https://github.com/netbox-community/netbox/issues/16857) - Scroll long rendered Markdown content within tables |
| 8 | +* [#16905](https://github.com/netbox-community/netbox/issues/16905) - Enable filtering of device components by device status |
| 9 | +* [#16949](https://github.com/netbox-community/netbox/issues/16949) - Add device count column to sites table |
| 10 | +* [#17072](https://github.com/netbox-community/netbox/issues/17072) - Linkify email addresses & phone numbers in contact assignments list |
| 11 | +* [#17177](https://github.com/netbox-community/netbox/issues/17177) - Add facility field to locations filter form |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +* [#16292](https://github.com/netbox-community/netbox/issues/16292) - Ensure consistent evaluation of queryset for both individual and list GraphQL API queries |
| 16 | +* [#16385](https://github.com/netbox-community/netbox/issues/16385) - Restore support for white, gray, and black background colors |
| 17 | +* [#16640](https://github.com/netbox-community/netbox/issues/16640) - Fix potential corruption of JSON values in custom fields that are not UI-editable |
| 18 | +* [#16670](https://github.com/netbox-community/netbox/issues/16670) - Fix conflicts within OpenAPI schema definition regarding nested serializers |
| 19 | +* [#16733](https://github.com/netbox-community/netbox/issues/16733) - Fix bulk edit/delete of objects when using "select all" widget |
| 20 | +* [#16756](https://github.com/netbox-community/netbox/issues/16756) - Fix dynamic pagination of custom script results table |
| 21 | +* [#16825](https://github.com/netbox-community/netbox/issues/16825) - Avoid `NoReverseMatch` exception when displaying count of related object type with no list view |
| 22 | +* [#16946](https://github.com/netbox-community/netbox/issues/16946) - GraphQL API requests with an invalid filter should return an empty set |
| 23 | +* [#16959](https://github.com/netbox-community/netbox/issues/16959) - Fix function of "reset" button on objects filter form |
| 24 | +* [#16973](https://github.com/netbox-community/netbox/issues/16973) - Fix support for evaluating user token (`$user`) against custom field values in permission constraints |
| 25 | +* [#17007](https://github.com/netbox-community/netbox/issues/17007) - Center SSO authentication icon when backend is unnamed |
| 26 | +* [#17070](https://github.com/netbox-community/netbox/issues/17070) - Image height & width values should not be required when creating an image attachment via the REST API |
| 27 | +* [#17108](https://github.com/netbox-community/netbox/issues/17108) - Ensure template date & time filters always return localtime-aware values |
| 28 | +* [#17117](https://github.com/netbox-community/netbox/issues/17117) - Work around Safari rendering bug |
| 29 | +* [#17186](https://github.com/netbox-community/netbox/issues/17186) - Fix display of custom links with default style under dark mode |
| 30 | +* [#17219](https://github.com/netbox-community/netbox/issues/17219) - Fix system config view exception when custom validator classes are employed |
| 31 | +* [#17230](https://github.com/netbox-community/netbox/issues/17230) - Ensure consistent rendering for all dashboard widget colors |
| 32 | +* [#17256](https://github.com/netbox-community/netbox/issues/17256) - Fix VLAN group scope selection for non-English languages |
| 33 | +* [#17278](https://github.com/netbox-community/netbox/issues/17278) - Ensure hierarchy is recalculated when bulk editing recursively nested object types (e.g. tenant groups) |
| 34 | +* [#17279](https://github.com/netbox-community/netbox/issues/17279) - Do not regenerate key when updating a token via REST API |
| 35 | +* [#17286](https://github.com/netbox-community/netbox/issues/17286) - Fix exception when adding member device to virtual chassis via web UI |
| 36 | + |
| 37 | +--- |
| 38 | + |
3 | 39 | ## v4.0.9 (2024-08-14) |
4 | 40 |
|
5 | 41 | ### Enhancements |
|
0 commit comments