Skip to content

Releases: netbox-community/pynetbox

v7.4.0

08 Aug 07:19
c84ca29
Compare
Choose a tag to compare

What's Changed

  • Fix: pynetbox greater than 7.0.0 fails to insert complex custom_fields. Fixes #597 by @costasd in #598
  • Fix: replace None with 'null' in query parameters. by @doc-sheet in #545
  • Fix: Fixes for connected endpoints. by @abhi1693 in #578
  • Added first support for NetBox 4.0
  • Removed python 3.8, 3.9 from testing matrix, added python 3.12
  • Removed NetBox 3.4, 3.5 from testing matrix, added NetBox 4.0
  • Added readme compatibility matrix.

Full Changelog: v7.3.4...v7.4.0

v7.3.4

02 Jul 21:28
d62cb87
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.3.3...v7.3.4

7.3.3

05 Jan 23:18
Compare
Choose a tag to compare

fix pypi release

7.3.2

05 Jan 23:14
Compare
Choose a tag to compare

fix pypi release

7.3.1

05 Jan 23:09
Compare
Choose a tag to compare

fix pypi release

7.3.0

03 Jan 16:02
Compare
Choose a tag to compare

7.2.0

07 Sep 15:42
b3225ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.0...v7.2.0

7.1.0

25 Aug 21:31
0bab812
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.1.0

7.0.1

23 Jan 20:38
Compare
Choose a tag to compare

What's Changed

  • Removed pre-NetBox 3.3 features by @markkuleinio in #521
  • Fix custom_filed KeyError traceback by @ Kani999 in #518

Full Changelog: v7.0.0...v7.0.1

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