|
1 | 1 | # NetBox v4.4 |
2 | 2 |
|
| 3 | +## v4.4.6 (2025-11-11) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* [#14171](https://github.com/netbox-community/netbox/issues/14171) - Support VLAN assignment for device & VM interfaces being bulk imported |
| 8 | +* [#20297](https://github.com/netbox-community/netbox/issues/20297) - Introduce additional coaxial cable types |
| 9 | + |
| 10 | +### Bug Fixes |
| 11 | + |
| 12 | +* [#20378](https://github.com/netbox-community/netbox/issues/20378) - Prevent exception when attempting to delete a data source utilized by a custom script |
| 13 | +* [#20645](https://github.com/netbox-community/netbox/issues/20645) - CSVChoiceField should defer to model field's default value when CSV field is empty |
| 14 | +* [#20647](https://github.com/netbox-community/netbox/issues/20647) - Improve handling of empty strings during bulk imports |
| 15 | +* [#20653](https://github.com/netbox-community/netbox/issues/20653) - Fix filtering of jobs by object type ID |
| 16 | +* [#20660](https://github.com/netbox-community/netbox/issues/20660) - Optimize loading of custom script modules from remote storage |
| 17 | +* [#20670](https://github.com/netbox-community/netbox/issues/20670) - Improve validation of related objects during bulk import |
| 18 | +* [#20688](https://github.com/netbox-community/netbox/issues/20688) - Suppress non-harmful "No active configuration revision found" warning message |
| 19 | +* [#20697](https://github.com/netbox-community/netbox/issues/20697) - Prevent duplication of signals which increment/decrement related object counts |
| 20 | +* [#20699](https://github.com/netbox-community/netbox/issues/20699) - Ensure proper ordering of changelog entries resulting from cascading deletions |
| 21 | +* [#20713](https://github.com/netbox-community/netbox/issues/20713) - Ensure a pre-change snapshot is recorded on virtual chassis members being added/removed |
| 22 | +* [#20721](https://github.com/netbox-community/netbox/issues/20721) - Fix breadcrumb navigation links in UI for background tasks |
| 23 | +* [#20738](https://github.com/netbox-community/netbox/issues/20738) - Deleting a virtual chassis should nullify the `vc_position` of all former members |
| 24 | +* [#20750](https://github.com/netbox-community/netbox/issues/20750) - Fix cloning of permissions when only one action is enabled |
| 25 | +* [#20755](https://github.com/netbox-community/netbox/issues/20755) - Prevent duplicate results under certain conditions when filtering providers |
| 26 | +* [#20771](https://github.com/netbox-community/netbox/issues/20771) - Comments are required when creating a new journal entry |
| 27 | +* [#20774](https://github.com/netbox-community/netbox/issues/20774) - Bulk action button labels should be translated |
| 28 | + |
| 29 | +--- |
| 30 | + |
3 | 31 | ## v4.4.5 (2025-10-28) |
4 | 32 |
|
5 | 33 | ### Enhancements |
|
0 commit comments