2021-06-09 13:20:46 -04:00
|
|
|
# NetBox v3.0
|
2021-04-21 10:20:09 -04:00
|
|
|
|
2021-06-09 13:20:46 -04:00
|
|
|
## v3.0-beta1 (FUTURE)
|
2021-04-21 10:20:09 -04:00
|
|
|
|
2021-05-10 11:23:21 -04:00
|
|
|
### Enhancements
|
|
|
|
|
2021-05-14 14:55:38 -04:00
|
|
|
* [#2434](https://github.com/netbox-community/netbox/issues/2434) - Add option to assign IP address upon creating a new interface
|
2021-05-11 15:51:36 -04:00
|
|
|
* [#3665](https://github.com/netbox-community/netbox/issues/3665) - Enable rendering export templates via REST API
|
2021-05-11 14:03:50 -04:00
|
|
|
* [#4609](https://github.com/netbox-community/netbox/issues/4609) - Allow marking prefixes as fully utilized
|
2021-05-10 11:23:21 -04:00
|
|
|
* [#5806](https://github.com/netbox-community/netbox/issues/5806) - Add kilometer and mile as choices for cable length unit
|
2021-05-10 14:14:54 -04:00
|
|
|
* [#6154](https://github.com/netbox-community/netbox/issues/6154) - Allow decimal values for cable lengths
|
2021-05-10 11:23:21 -04:00
|
|
|
|
2021-04-21 10:20:09 -04:00
|
|
|
### Other Changes
|
|
|
|
|
|
|
|
* [#5532](https://github.com/netbox-community/netbox/issues/5532) - Drop support for Python 3.6
|
2021-04-21 10:29:25 -04:00
|
|
|
* [#5994](https://github.com/netbox-community/netbox/issues/5994) - Drop support for `display_field` argument on ObjectVar
|
2021-05-10 14:22:01 -04:00
|
|
|
* [#6338](https://github.com/netbox-community/netbox/issues/6338) - Decimal fields are no longer coerced to strings in REST API
|
2021-05-04 15:56:36 -04:00
|
|
|
|
|
|
|
### REST API Changes
|
|
|
|
|
2021-05-10 14:14:54 -04:00
|
|
|
* dcim.Cable
|
|
|
|
* `length` is now a decimal value
|
2021-05-04 15:56:36 -04:00
|
|
|
* dcim.Device
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
|
|
|
* dcim.DeviceType
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
|
|
|
* dcim.Rack
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
2021-05-10 14:22:01 -04:00
|
|
|
* dcim.Site
|
|
|
|
* `latitude` and `longitude` are now decimal fields rather than strings
|
2021-05-04 15:56:36 -04:00
|
|
|
* extras.ContentType
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
2021-05-11 14:03:50 -04:00
|
|
|
* ipam.Prefix
|
|
|
|
* Added the `mark_utilized` boolean field
|
2021-05-04 15:56:36 -04:00
|
|
|
* ipam.VLAN
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
|
|
|
* ipam.VRF
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
2021-05-10 14:22:01 -04:00
|
|
|
* virtualization.VirtualMachine
|
|
|
|
* `vcpus` is now a decimal field rather than a string
|