Releases: netbox-community/pynetbox
Releases · netbox-community/pynetbox
v3.4.7
10 Oct 15:06
Compare
Sorry, something went wrong.
No results found
Fixes memory leak in endpoints.filter() by getting rid of unused CACHE variable. Thanks @abringenberg (#97 )
v3.4.6
07 Aug 18:43
Compare
Sorry, something went wrong.
No results found
Fixes issue with the values of data and config_context being turned into Record objects instead of remaining dicts. (#87 )
v3.4.5
03 Aug 22:29
Compare
Sorry, something went wrong.
No results found
Fixes issue with IPRecord object throwing a ValueError when trying to turn a string containing slashes in it into an IPNetwork object. (#83 )
Adds custom IPRecord object for Circuit Terminations with a string representation of the underlying circuit ID. (#79 )
v3.4.4
18 Jul 19:08
Compare
Sorry, something went wrong.
No results found
Fixes issue with prefix and aggregate records not being idempotent. (#73 )
Adds str and repr methods for Circuit Records so that .cid is displayed by default.
v3.4.3
10 Jul 20:38
Compare
Sorry, something went wrong.
No results found
Fixes issue with how non-ascii characters are handled in NetBox returns (#60 ).
v3.4.2
07 Jul 20:31
Compare
Sorry, something went wrong.
No results found
Fixes serialization issue with selection type custom fields (#70 ).
Remove unused dependency (#69 ).
v3.4.1: Merge pull request #68 from digitalocean/fix-scm-versioning
03 Jul 17:52
Compare
Sorry, something went wrong.
No results found
Should fix issue introduced by switching to setuptools_scm for versioning (#67 ).
v3.4.0: Merge pull request #66 from digitalocean/url-sanitization
03 Jul 00:07
Compare
Sorry, something went wrong.
No results found
Adds the ability to toggle SSL verification (#41 ). Thanks @explody .
Sanitizes URL by removing a trailing front slash if it's present in the url passed at instantiation (#61 ).
Moves to setuptools_scm for versioning.
v3.3.1
26 Apr 14:48
Compare
Sorry, something went wrong.
No results found
Fixes issue with special characters while building the URL. (#52 ) Thanks @mchrobak .
v3.3.0
29 Mar 18:38
Compare
Sorry, something went wrong.
No results found
Adds support for napalm detail endpoint (#45 ).