Skip to content

Releases: netbox-community/pynetbox

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)

5.1.1

15 Dec 21:26
5173efd
Compare
Choose a tag to compare
  • Fixes bug with where URL was mangled calling .save() (#304)

5.1.0

24 Sep 14:24
4c3b0f8
Compare
Choose a tag to compare
  • Add Basic plugins support (#290).

5.0.8

02 Sep 02:25
c45411a
Compare
Choose a tag to compare
  • Fixes malformed URL when calling .save() and .delete() on nested objects. (#287)

5.0.7

20 Aug 18:17
83ee65c
Compare
Choose a tag to compare
Merge pull request #282 from vincentbernat/fix/getitem

Implement Record.__getitem__()

5.0.6

18 Aug 15:22
83ee65c
Compare
Choose a tag to compare
  • Fixes issue when calling attributes by their dict keys where we only returned the key's name instead of its value. (#282 - Thanks @vincentbernat)

5.0.5

15 Jul 19:50
d7754e8
Compare
Choose a tag to compare
  • Fixes issue with unchanged tags being reordered when .save() is called that caused unnecessary updates to NetBox. (#271)

5.0.4

08 Jul 15:31
bb93c8e
Compare
Choose a tag to compare
  • Fixes issue saving local_config_context attribute on objects (#266 - Thanks @markkuleinio)

5.0.3

06 Jul 15:47
064b72e
Compare
Choose a tag to compare