docs/release-notes/version-2.0.md
upgrade.sh to allow forcing Python2The maximum number of objects an API consumer can request has been set to 1000 (e.g. ?limit=1000). This limit can be modified by defining MAX_PAGE_SIZE in confgiuration.py. (To remove this limit, set MAX_PAGE_SIZE=0.)
MAX_PAGE_SIZE configuration settingThe NetBox API has been completely rewritten and now features full read/write ability.
Users are now able to attach photos and other images to sites, racks, and devices. (Please ensure that the new media directory is writable by the system account NetBox runs as.)
NetBox now supports searching across all primary object types at once.
A new view has been introduced to display the elevations of multiple racks side-by-side.
From v1.9.6:
From beta3: