Skip to content

Releases: netbox-community/pynetbox

7.0.0

09 Dec 17:53
dd94cbe
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE Due to changes for a_terminations, b_terminations this version only supports NetBox 3.3 and later.
  • Enable available_ips for ip_ranges by @thedac in #490
  • Remove all Python2 related code by @markkuleinio in #455
  • Do not skip plugins in endpoint URLs by @johanfleury in #426
  • Fix pickling exception with custom errors by @kingtong in #459
  • Support NetBox 3.3 cabling models (breaking change)

Full Changelog: v6.6.1...v7.0.0

6.6.2

18 Apr 03:28
0f1e588
Compare
Choose a tag to compare

What's Changed

  • ci: test against the currently supported python versions by @raddessi in #446
  • Fix pickling exception with custom errors by @kingtong in #459

New Contributors

Full Changelog: v6.6.1...v6.6.2

6.6.1

20 Feb 21:32
944a447
Compare
Choose a tag to compare

What's Changed

  • ci: update the versions of netbox in the test suite by @raddessi in #444
  • Use devices as variable for example calls to nb.dcim.devices by @berendt in #445
  • Fixes #447: Remove extra self argument in Vlans.str() by @markkuleinio in #448

New Contributors

Full Changelog: v6.6.0...v6.6.1

6.6.0

06 Feb 23:28
8f8c3c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.6.0

6.5.0

07 Jan 19:46
8cf11d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.4.1...v6.5.0

6.4.1

22 Dec 02:06
7e98109
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.4.0...v6.4.1

6.4.0

11 Dec 01:27
bee2ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.4.0

v6.3.0

04 Dec 22:55
c702fd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.3.0

6.2.0

29 Oct 21:53
33a7fb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.3...v6.2.0

6.1.3

30 Jul 23:23
cf9a4c8
Compare
Choose a tag to compare

Adds dash-separated plugin endpoint name support (#332 Thanks @dvaccarosenna)