Skip to content

4.1.0

Compare
Choose a tag to compare
@zachmoody zachmoody released this 16 Nov 02:38
· 434 commits to master since this release
30b88f8
  • Makes use of session in requests (PR #148)
  • Adds Api.version property to query the NetBox version (PR #187)
  • Adds .choices() method to endpoint objects that utilizes DRF's OPTIONS method for discovering available choices for fields that use it. This method will eventually replace App.choices() when NetBox retires the /_choices endpoint. (PR #183)
  • Adds count() method to Endpoint object. (PR #193)
  • Use requests params to form URL parameters. (PR #194)
  • Creates a custom model for ChangeObjects and sets its __str__ to request_id. (PR #195)
  • Implements __hash__ method on Record. (PR #196)
  • Implements JsonField object. (PR #197)
  • Adds local_context_data field to device model as dict. (PR #197)