Skip to content

5.2.0

Compare
Choose a tag to compare
@zachmoody zachmoody released this 29 Dec 22:25
· 262 commits to master since this release
636ddeb
  • Adds support for the /dcim/interfaces/:id/trace endpoint via the .trace() method on an interface record. #280 (Thanks @raddessi)
  • Add support for /api/users/ endpoints in NetBox 2.9+. #313 (Thanks @markkuleinio)
  • Add Api.status() to be used with NetBox 2.10.0+. #314 (Thanks @markkuleinio)
  • Fixes bug in Endpoint.get() to return None when a non-existent object is queried by ID. #292 (Thanks @Dimaqa)