Skip to content

Releases: netbox-community/pynetbox

6.1.1

09 Apr 00:16
4bdb755
Compare
Choose a tag to compare
  • Fixes issue with duplicate returns when threading is enabled (#364).
  • Fixes updates to config_context data (#365).
  • Re-implements ValueError from Endpoint.get() when used with kwargs and more than one result is found (#366).

6.1.0

07 Apr 15:27
30b813c
Compare
Choose a tag to compare
  • Adds a __next__ method to RecordSet objects (#358 - thanks @jqueuniet)

6.0.2

07 Apr 01:23
9f3f4a9
Compare
Choose a tag to compare

6.0.1

06 Apr 04:09
dfccaba
Compare
Choose a tag to compare
  • Fixes broken DetailEndpoint.list() (#352)

6.0.0

06 Apr 02:58
05fef9d
Compare
Choose a tag to compare
  • 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.

5.3.1

19 Jan 22:45
0ebb64c
Compare
Choose a tag to compare

Fixes URL on requests to plugins endpoints (#302).

5.3.0

04 Jan 21:38
e91d12f
Compare
Choose a tag to compare
  • Improves on Record._endpoint_from_url()'s path parsing to avoid URL format issues. #323

5.2.1

30 Dec 16:02
7d93576
Compare
Choose a tag to compare

5.2.0

29 Dec 22:25
636ddeb
Compare
Choose a tag to compare
  • 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)

5.1.2

24 Dec 17:10
ae74ce9
Compare
Choose a tag to compare

Fixes issue saving tags on NetBox 2.9+ instances (#311)