v2.1-beta1 - 2017-07-10
Pre-release
Pre-release
This is the first beta release of NetBox v2.1.
Enhancements
- #819 - Implemented IP address functional roles
- #1041 - Added enabled and MTU fields to the interface model
- #1121 - Added asset_tag and description fields to the InventoryItem model
- #1141 - Include RD when listing VRFs in a form selection field
- #1203 - Implemented query filters for all models
- #1218 - Added IEEE 802.11 wireless interface types
- #1246 - Added an API endpoint to retrieve/create available IPs within a prefix
- #1269 - Added circuit termination to interface serializer
Bug Fixes
- #1079 - Order interfaces naturally via API
- #1285 - Enforce model validation when creating/editing objects via the API
API changes
- Device components (console ports, power ports, interfaces, etc.) can only be filtered by a single device name or ID. This limitation was necessary to allow the natural ordering of interfaces according to the device's parent device type.
- Added two new fields to the interface serializer:
enabled
(boolean) andmtu
(unsigned integer) - Modified the interface serializer to include three discrete fields relating to connections:
is_connected
(boolean),interface_connection
, andcircuit_termination
- Added two new fields to the inventory item serializer:
asset_tag
anddescription
- Added "wireless" to interface type filter (in addition to physical, virtual, and LAG)
- Added a new endpoint at /api/ipam/prefixes//available-ips/ to retrieve or create available IPs within a prefix