Skip to content

Releases: jagter/python-netbox

Release 0.0.24

27 Jun 11:58
Compare
Choose a tag to compare

Bug Fix: fix output for the status call

Full Changelog: 0.0.23...0.0.24

Release 0.0.23

27 Jun 10:22
Compare
Choose a tag to compare

What's Changed

  • Added methods to created, retrieve, updated and delete locations by @DarylStark in #57
  • fix typo otherwase by @dragonfly-net in #59
  • return raw result if export template is specified by @shrank in #58
  • Added status API

New Contributors

Full Changelog: 0.0.22...0.0.23

Release 0.0.22

04 Sep 10:34
Compare
Choose a tag to compare

What's Changed

  • fixed interface connection new API resource by @netdevadm in #45
  • There is no need to require provider in update_circuit by @klausmark in #47
  • Created methods to retrieve and create contacts and connect them to … by @DarylStark in #53

New Contributors

Full Changelog: 0.0.21...0.0.22

Release 0.0.21

20 May 16:05
Compare
Choose a tag to compare

Fix bug in params parsing. #41

Release 0.0.20

20 Apr 17:34
Compare
Choose a tag to compare
  • Fixed #39
  • Fixed exception handling in dcim methods

Release 0.0.19

16 Apr 18:08
Compare
Choose a tag to compare

Improved exception handling.

0.0.18 Release

08 Jan 19:57
Compare
Choose a tag to compare

Added fix for #32 (update/delete by id methods)

0.0.17 Release

02 Oct 18:08
Compare
Choose a tag to compare
  • Implemented Circuits
  • Fix bug #29

0.0.16 Release

29 Aug 16:57
Compare
Choose a tag to compare
  • Added power get methods. Create/update/delete will be added later
  • Fixed delete_role method #27
  • Bug fixes

0.0.15 Release

20 Mar 17:51
Compare
Choose a tag to compare

Small bug fixes