|
1 | 1 | # NetBox v4.0
|
2 | 2 |
|
| 3 | +## v4.0.3 (2024-05-22) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* [#12984](https://github.com/netbox-community/netbox/issues/12984) - Add Molex Micro-Fit power port & outlet types |
| 8 | +* [#13764](https://github.com/netbox-community/netbox/issues/13764) - Enable contact assignments for aggregates, prefixes, IP ranges, and IP addresses |
| 9 | +* [#14639](https://github.com/netbox-community/netbox/issues/14639) - Add Ukrainian translation support |
| 10 | +* [#14653](https://github.com/netbox-community/netbox/issues/14653) - Add an inventory items table column for all device components |
| 11 | +* [#14686](https://github.com/netbox-community/netbox/issues/14686) - Add German translation support |
| 12 | +* [#14855](https://github.com/netbox-community/netbox/issues/14855) - Add Chinese translation support |
| 13 | +* [#14948](https://github.com/netbox-community/netbox/issues/14948) - Introduce the `has_virtual_device_context` filter for devices |
| 14 | +* [#15353](https://github.com/netbox-community/netbox/issues/15353) - Improve error reporting when custom scripts fail to load |
| 15 | +* [#15496](https://github.com/netbox-community/netbox/issues/15496) - Implement dedicated views for management of circuit terminations |
| 16 | +* [#15603](https://github.com/netbox-community/netbox/issues/15603) - Add 4G & 5G cellular interface types |
| 17 | +* [#15962](https://github.com/netbox-community/netbox/issues/15962) - Enable UNIX socket connections for Redis |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* [#13293](https://github.com/netbox-community/netbox/issues/13293) - Limit interface selector for IP address to current device/VM |
| 22 | +* [#14953](https://github.com/netbox-community/netbox/issues/14953) - Ensure annotated count fields are present in REST API response data when creating new objects |
| 23 | +* [#14982](https://github.com/netbox-community/netbox/issues/14982) - Fix OpenAPI schema definition for SerializedPKRelatedFields |
| 24 | +* [#15082](https://github.com/netbox-community/netbox/issues/15082) - Strip whitespace from choice values & labels when creating a custom field choice set |
| 25 | +* [#16138](https://github.com/netbox-community/netbox/issues/16138) - Fix support for referencing users & groups in object permissions |
| 26 | +* [#16145](https://github.com/netbox-community/netbox/issues/16145) - Restore ability to reference custom scripts via module & name in REST API |
| 27 | +* [#16164](https://github.com/netbox-community/netbox/issues/16164) - Correct display of selected values in UI when filtering object list by a null value |
| 28 | +* [#16173](https://github.com/netbox-community/netbox/issues/16173) - Fix TypeError exception when viewing object list with no pagination preference defined |
| 29 | +* [#16228](https://github.com/netbox-community/netbox/issues/16228) - Fix permissions enforcement for GraphQL queries of users & groups |
| 30 | +* [#16232](https://github.com/netbox-community/netbox/issues/16232) - Preserve bulk action checkboxes on dynamic tables when using pagination |
| 31 | +* [#16240](https://github.com/netbox-community/netbox/issues/16240) - Fixed NoReverseMatch exception when adding circuit terminations to an object counts dashboard widget |
| 32 | + |
| 33 | +--- |
| 34 | + |
3 | 35 | ## v4.0.2 (2024-05-14)
|
4 | 36 |
|
5 | 37 | !!! warning "Important"
|
|
0 commit comments