Releases: netbox-community/pynetbox
Releases · netbox-community/pynetbox
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)
5.0.2
- Fixes
Api.get_version()
to use the session object. (#261)