Skip to content

v3.0.0

Compare
Choose a tag to compare
@zachmoody zachmoody released this 16 Nov 21:40
· 606 commits to master since this release
77f4b12

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.