Installation v2.7.5 Release Notes

Release Date: 2020-02-13 // about 4 years ago
  • Note: This release includes several database schema migrations that calculate and store copies of names for certain objects to improve natural ordering performance (see #3799). These migrations may take a few minutes to run if you have a very large number of objects defined in NetBox.

    โœจ Enhancements

    • #3766 - Allow custom script authors to specify the form widget for each variable
    • ๐ŸŽ #3799 - Greatly improve performance when ordering device components
    • ๐Ÿ‘ #3984 - Add support for Redis Sentinel
    • #3986 - Include position numbers in SVG image when rendering rack elevations
    • #4093 - Add more status choices for virtual machines
    • #4100 - Add device filter to component list views
    • #4113 - Add bulk edit functionality for device type components
    • #4116 - Enable bulk edit and delete functions for device component list views
    • #4129 - Add buttons to delete individual device type components

    ๐Ÿ› Bug Fixes

    • #3507 - Fix filtering IP addresses by multiple devices
    • #3995 - Make dropdown menus in the navigation bar scrollable on small screens
    • #4083 - Permit nullifying applicable choice fields via API requests
    • โšก๏ธ #4089 - Selection of power outlet type during bulk update is optional
    • #4090 - Render URL custom fields as links under object view
    • ๐Ÿ’ป #4091 - Fix filtering of objects by custom fields using UI search form
    • #4099 - Linkify interfaces on global interfaces list
    • #4108 - Avoid extraneous database queries when rendering search forms
    • #4134 - Device power ports and outlets should inherit type from the parent device type
    • #4137 - Disable occupied terminations when connecting a cable to a circuit
    • โช #4138 - Restore device bay counts in rack elevation diagrams
    • #4146 - Fix enforcement of secret role assignment for secret decryption
    • #4150 - Correct YAML rendering of config contexts
    • ๐Ÿ”ง #4159 - Fix implementation of Redis caching configuration