Releases: netbox-community/pynetbox
Releases · netbox-community/pynetbox
6.1.3
6.1.2
6.1.1
6.1.0
6.0.2
6.0.1
6.0.0
- BREAKING CHANGE
Endpoint.all()
and.filter()
no longer return lists, instead they return aReturnSet
object now. Iterating over this object calls a generator which steps through paginated results now as-needed. Endpoint.all()
and.filter()
now accept alimit
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.