Releases: netbox-community/pynetbox
Releases · netbox-community/pynetbox
5.2.0
- 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
Fixes issue saving tags on NetBox 2.9+ instances (#311)
5.1.1
- Fixes bug with where URL was mangled calling
.save()
(#304)
5.1.0
- Add Basic plugins support (#290).
5.0.8
- Fixes malformed URL when calling
.save()
and .delete()
on nested objects. (#287)
5.0.7
Merge pull request #282 from vincentbernat/fix/getitem
Implement Record.__getitem__()
5.0.6
- 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
- Fixes issue with unchanged tags being reordered when .save() is called that caused unnecessary updates to NetBox. (#271)
5.0.4
- Fixes issue saving
local_config_context
attribute on objects (#266 - Thanks @markkuleinio)