mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-10 10:29:36 -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__infilter has been removed. Use the format?id=1&id=2instead. (#4313)
Other Changes
- #4081 - The
familyfield has been removed from the Aggregate, Prefix, and IPAddress models