|
4 | 4 |
|
5 | 5 | ### Enhancements |
6 | 6 |
|
| 7 | +* [#13245](https://github.com/netbox-community/netbox/issues/13245) - Add interface types for QSFP112 and OSFP-RHS |
7 | 8 | * [#13563](https://github.com/netbox-community/netbox/issues/13563) - Add support for other delimiting characters when using CSV import |
8 | 9 |
|
9 | 10 | ### Bug Fixes |
10 | 11 |
|
11 | 12 | * [#11209](https://github.com/netbox-community/netbox/issues/11209) - Hide available IP/VLAN listing when sorting under a parent prefix or VLAN range |
| 13 | +* [#11617](https://github.com/netbox-community/netbox/issues/11617) - Raise validation error on the presence of an unknown CSV header during bulk import |
12 | 14 | * [#12219](https://github.com/netbox-community/netbox/issues/12219) - Fix dashboard widget heading contrast under dark mode |
| 15 | +* [#12685](https://github.com/netbox-community/netbox/issues/12685) - Render Markdown in custom field help text on object edit forms |
| 16 | +* [#13653](https://github.com/netbox-community/netbox/issues/13653) - Tweak color of error text to improve legibility |
13 | 17 | * [#13701](https://github.com/netbox-community/netbox/issues/13701) - Correct display of power feed legs under device view |
14 | 18 | * [#13706](https://github.com/netbox-community/netbox/issues/13706) - Restore extra filters dropdown on device interfaces list |
15 | 19 | * [#13721](https://github.com/netbox-community/netbox/issues/13721) - Filter VLAN choices by selected site (if any) when creating a prefix |
16 | 20 | * [#13727](https://github.com/netbox-community/netbox/issues/13727) - Fix exception when viewing rendered config for VM without a role assigned |
17 | | -* [#13741](https://github.com/netbox-community/netbox/issues/13741) - Enforce unique names for inventory items with no parent item |
18 | 21 | * [#13745](https://github.com/netbox-community/netbox/issues/13745) - Optimize counter field migrations for large databases |
19 | 22 | * [#13756](https://github.com/netbox-community/netbox/issues/13756) - Fix exception when sorting module bay list by installed module status |
| 23 | +* [#13757](https://github.com/netbox-community/netbox/issues/13757) - Fix RecursionError exception when assigning config context to a device type |
20 | 24 | * [#13767](https://github.com/netbox-community/netbox/issues/13767) - Fix support for comments when creating a new service via web UI |
21 | 25 | * [#13782](https://github.com/netbox-community/netbox/issues/13782) - Fix tag exclusion support for contact assignments |
22 | 26 | * [#13791](https://github.com/netbox-community/netbox/issues/13791) - Preserve whitespace in values when performing bulk rename of objects via web UI |
| 27 | +* [#13809](https://github.com/netbox-community/netbox/issues/13809) - Avoid TypeError exception when editing active configuration with statically defined `CUSTOM_VALIDATORS` |
| 28 | +* [#13813](https://github.com/netbox-community/netbox/issues/13813) - Fix member count for newly created virtual chassis |
| 29 | +* [#13818](https://github.com/netbox-community/netbox/issues/13818) - Restore missing tags field on L2VPN termination edit form |
23 | 30 |
|
24 | 31 | --- |
25 | 32 |
|
|
0 commit comments