Skip to content

Releases: netbox-community/pynetbox

5.1.1

15 Dec 21:26
5173efd
Compare
Choose a tag to compare
  • Fixes bug with where URL was mangled calling .save() (#304)

5.1.0

24 Sep 14:24
4c3b0f8
Compare
Choose a tag to compare
  • Add Basic plugins support (#290).

5.0.8

02 Sep 02:25
c45411a
Compare
Choose a tag to compare
  • Fixes malformed URL when calling .save() and .delete() on nested objects. (#287)

5.0.7

20 Aug 18:17
83ee65c
Compare
Choose a tag to compare
Merge pull request #282 from vincentbernat/fix/getitem

Implement Record.__getitem__()

5.0.6

18 Aug 15:22
83ee65c
Compare
Choose a tag to compare
  • Fixes issue when calling attributes by their dict keys where we only returned the key's name instead of its value. (#282 - Thanks @vincentbernat)

5.0.5

15 Jul 19:50
d7754e8
Compare
Choose a tag to compare
  • Fixes issue with unchanged tags being reordered when .save() is called that caused unnecessary updates to NetBox. (#271)

5.0.4

08 Jul 15:31
bb93c8e
Compare
Choose a tag to compare
  • Fixes issue saving local_config_context attribute on objects (#266 - Thanks @markkuleinio)

5.0.3

06 Jul 15:47
064b72e
Compare
Choose a tag to compare

5.0.2

06 Jul 14:45
a17f55e
Compare
Choose a tag to compare
  • Fixes Api.get_version() to use the session object. (#261)

5.0.1

25 Jun 21:41
4687e08
Compare
Choose a tag to compare

Publish to pypi with github-actions.