Skip to content

Releases: netbox-community/pynetbox

3.1.0

28 Feb 19:12
Compare
Choose a tag to compare
  • Adds proper support for virtual-chassis endpoint. Thanks @lamiskin (PR #37)
  • Fixes issue with calling attributes with None value on Record objects after .full_details() has run. (Issue #36)
  • Adds example in docs for RequestError exceptions (Issue #28)

3.0.2

07 Feb 17:11
75b1474
Compare
Choose a tag to compare

Maintenance Release

Fixes #32 - Thanks @funzoneq

3.0.1

17 Nov 20:14
Compare
Choose a tag to compare
  • Incorporates fixes in #18

v3.0.0

16 Nov 21:40
77f4b12
Compare
Choose a tag to compare

Change Log

  • Added python3 support (#3, #11).
  • Virtualization support was added (#14).
  • Added available-ips as a property of Prefix objects (#16).
  • available-prefixes was also added to Prefix objects, and behaves similarly to available-ips

API Changes

  • Endpoint.create() & DetailEndpoint.create() now return the entire response from NetBox instead of just the id.
  • Endpoint.bulk_create() was removed in favor of passing .create() a list of dictionaries as a positional arg. This passes the list as-is and takes advantage of NetBox's (v2.3+) bulk creation capabilities.