You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING CHANGEEndpoint.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).