1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

3.1 KiB

v1.3.2 (2016-07-26)

Improvements

  • #292 - Added part_number field to DeviceType
  • #363 - Added a description field to the VLAN model
  • #374 - Increased VLAN name length to 64 characters
  • Enabled bulk deletion of interfaces from devices

Bug Fixes

  • #359 - Corrected the DCIM API endpoint for finding related connections
  • #370 - Notify user when secret decryption fails
  • #381 - Fix 'u_consumed' error on rack import
  • #384 - Fixed description field's maximum length on IPAM bulk edit forms
  • #385 - Fixed error when deleting a user with one or more associated UserActions

v1.3.1 (2016-07-21)

Improvements

  • #258 - Add an API endpoint to list interface connections
  • #303 - Improved numeric ordering of sites, racks, and devices
  • #304 - Display utilization percentage on rack list
  • #327 - Disable rack assignment for installed child devices

Bug Fixes

  • #331 - Add group field to VLAN bulk edit form
  • Miscellaneous improvements to Unicode handling

v1.3.0 (2016-07-18)

New Features

  • #42 - Allow assignment of VLAN on prefix import
  • #43 - Toggling of IP space uniqueness within a VRF
  • #111 - Introduces VLAN groups
  • #227 - Support for bulk import of child devices

Bug Fixes

  • #301 - Prevent deletion of DeviceBay when installed device is deleted
  • #306 - Fixed device import to allow an unspecified rack face
  • #307 - Catch RelatedObjectDoesNotExist when an invalid device type is defined during device import
  • #308 - Update rack assignment for all child devices when moving a parent device
  • #311 - Fix assignment of primary_ip on IP address import
  • #317 - Rack elevation display fix for device types greater than 42U in height
  • #320 - Disallow import of prefixes with host masks
  • #322 - Corrected VLAN import behavior