Skip to content

Releases: netbox-community/pynetbox

v3.4.6

07 Aug 18:43
86cbefa
Compare
Choose a tag to compare
  • 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
70b88e8
Compare
Choose a tag to compare
  • 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
a3cf7e2
Compare
Choose a tag to compare
  • 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
e539950
Compare
Choose a tag to compare
  • Fixes issue with how non-ascii characters are handled in NetBox returns (#60).

v3.4.2

07 Jul 20:31
Compare
Choose a tag to compare
  • 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
7c8e2ef
Compare
Choose a tag to compare
  • 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
14f629c
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixes issue with special characters while building the URL. (#52) Thanks @mchrobak.

v3.3.0

29 Mar 18:38
07b71c2
Compare
Choose a tag to compare
  • Adds support for napalm detail endpoint (#45).

3.2.0

09 Mar 15:36
1069258
Compare
Choose a tag to compare

Fixes #42 - Adds VirtualMachines object that properly handles primary_(ip|ip4|ip6) attributes.