Releases: netbox-community/pynetbox
Releases · netbox-community/pynetbox
v3.4.6
- Fixes issue with the values of
data
and config_context
being turned into Record
objects instead of remaining dicts. (#87)
v3.4.5
- 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
- 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
- Fixes issue with how non-ascii characters are handled in NetBox returns (#60).
v3.4.2
- 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
- Should fix issue introduced by switching to setuptools_scm for versioning (#67).
v3.4.0: Merge pull request #66 from digitalocean/url-sanitization
- 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
- Fixes issue with special characters while building the URL. (#52) Thanks @mchrobak.
v3.3.0
- Adds support for napalm detail endpoint (#45).
3.2.0
Fixes #42 - Adds VirtualMachines object that properly handles primary_(ip|ip4|ip6)
attributes.