mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 17:59:11 -06:00
655 B
655 B
v2.8.0 (FUTURE)
Enhancements
- #4195 - Enabled application logging (see logging configuration)
API Changes
- dcim.Rack: The
/api/dcim/racks/<pk>/units/
endpoint has been replaced with/api/dcim/racks/<pk>/elevation/
. - The
id__in
filter has been removed. Use the format?id=1&id=2
instead. (#4313)
Other Changes
- #4081 - The
family
field has been removed from the Aggregate, Prefix, and IPAddress models