v2.0.5 - 2017-06-08
jeremystretch
released this
08 Jun 14:11
·
11810 commits
to master
since this release
Notes
The 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
.)
Enhancements
- #655 - Implemented header-based CSV import of objects
- #1190 - Allow partial string matching when searching on custom fields
- #1237 - Enabled setting limit=0 to disable pagination in API requests; added
MAX_PAGE_SIZE
configuration setting
Bug Fixes
- #837 - Enforce uniqueness where applicable during bulk import of IP addresses
- #1226 - Improved validation for custom field values submitted via the API
- #1232 - Improved rack space validation on bulk import of devices (see #655)
- #1235 - Fix permission name for adding/editing inventory items
- #1236 - Truncate rack names in elevations list; add facility ID
- #1239 - Fix server error when creating VLANGroup via API
- #1243 - Catch ValueError in IP-based object filters
- #1244 - Corrected "device" secrets filter to accept a device name