Skip to content

6.0.0

Compare
Choose a tag to compare
@zachmoody zachmoody released this 06 Apr 02:58
· 181 commits to master since this release
05fef9d
  • BREAKING CHANGE Endpoint.all() and .filter() no longer return lists, instead they return a ReturnSet object now. Iterating over this object calls a generator which steps through paginated results now as-needed.
  • Endpoint.all() and .filter() now accept a limit kwarg that controls the page size of paginated results.
  • Fixes issue pickling responses from Endpoint.all() and `.filter() (#331, thanks again @markkuleinio).
  • Implemented integration tests against four previous major NetBox releases (thanks @raddessi).
  • Ends python 2 support.