|
1 | 1 | # NetBox v4.2
|
2 | 2 |
|
| 3 | +## v4.2.5 (2025-03-06) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* [#17357](https://github.com/netbox-community/netbox/issues/17357) - Use VirtualChassis name as fallback for unnamed devices |
| 8 | +* [#17542](https://github.com/netbox-community/netbox/issues/17542) - Add contact assignments to VPN tunnels |
| 9 | +* [#17944](https://github.com/netbox-community/netbox/issues/17944) - Allow script inputs to be filtered on ObjectVar and MultiObjectVar selections |
| 10 | +* [#18024](https://github.com/netbox-community/netbox/issues/18024) - Add permalink URL pattern to match a custom script by module and class name |
| 11 | +* [#18095](https://github.com/netbox-community/netbox/issues/18095) - Ensure contacts are shown on children of objects with contacts |
| 12 | +* [#18141](https://github.com/netbox-community/netbox/issues/18141) - Support "Quick Add" for plugins |
| 13 | +* [#18403](https://github.com/netbox-community/netbox/issues/18403) - Improve performance of job list views |
| 14 | +* [#18693](https://github.com/netbox-community/netbox/issues/18693) - Support setting VLAN translation on bulk edit of interfaces |
| 15 | +* [#18772](https://github.com/netbox-community/netbox/issues/18772) - Add "type" filter for virtual circuits |
| 16 | +* [#18774](https://github.com/netbox-community/netbox/issues/18774) - Add tooltip preview of tag descriptions when hovering over tags |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* [#15016](https://github.com/netbox-community/netbox/issues/15016) - Prevent AssertionError when adding multiple devices "mid-span" in a cable trace |
| 21 | +* [#15924](https://github.com/netbox-community/netbox/issues/15924) - Prevent setting tagged VLANs on interfaces with mode: tagged-all |
| 22 | +* [#17488](https://github.com/netbox-community/netbox/issues/17488) - Ensure VLANGroup.vid_ranges shows up in API results |
| 23 | +* [#17709](https://github.com/netbox-community/netbox/issues/17709) - Allow primary key for nested models in OpenAPI request schemas |
| 24 | +* [#17796](https://github.com/netbox-community/netbox/issues/17796) - Fix IndexError on "Create & Add Another" operation on custom field choices |
| 25 | +* [#18605](https://github.com/netbox-community/netbox/issues/18605) - Limit VLAN selection dropdown to choices appropriate to site |
| 26 | +* [#18722](https://github.com/netbox-community/netbox/issues/18722) - Improve UI feedback on failed script execution |
| 27 | +* [#18729](https://github.com/netbox-community/netbox/issues/18729) - Fix unpredictable ordering on querysets with annotations/groupings |
| 28 | +* [#18753](https://github.com/netbox-community/netbox/issues/18753) - Prevent webhooks from being triggered on a script dry-run |
| 29 | +* [#18758](https://github.com/netbox-community/netbox/issues/18758) - Fix FieldError when sorting by account count field in providers list |
| 30 | +* [#18768](https://github.com/netbox-community/netbox/issues/18768) - Fix removing a secondary MAC address from an interface |
| 31 | + |
| 32 | +--- |
| 33 | + |
3 | 34 | ## v4.2.4 (2025-02-21)
|
4 | 35 |
|
5 | 36 | ### Enhancements
|
|
0 commit comments