github netbox-community/pynetbox v4.1.0
4.1.0

latest releases: v7.3.3, v7.3.2, v7.3.1...
4 years ago
  • 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)

Don't miss a new pynetbox release

NewReleases is sending notifications on new releases.