Releases: netbox-community/pynetbox
Releases · netbox-community/pynetbox
5.2.0
29 Dec 22:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes issue saving tags on NetBox 2.9+ instances (#311 )
5.1.1
15 Dec 21:26
Compare
Sorry, something went wrong.
No results found
Fixes bug with where URL was mangled calling .save() (#304 )
5.1.0
24 Sep 14:24
Compare
Sorry, something went wrong.
No results found
Add Basic plugins support (#290 ).
5.0.8
02 Sep 02:25
Compare
Sorry, something went wrong.
No results found
Fixes malformed URL when calling .save() and .delete() on nested objects. (#287 )
5.0.7
20 Aug 18:17
Compare
Sorry, something went wrong.
No results found
Merge pull request #282 from vincentbernat/fix/getitem
Implement Record.__getitem__()
5.0.6
18 Aug 15:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes issue saving local_config_context attribute on objects (#266 - Thanks @markkuleinio )
5.0.3
06 Jul 15:47
Compare
Sorry, something went wrong.
No results found