Releases: jagter/python-netbox
Releases · jagter/python-netbox
Release 0.0.24
Bug Fix: fix output for the status call
Full Changelog: 0.0.23...0.0.24
Release 0.0.23
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
- @dragonfly-net made their first contribution in #59
- @shrank made their first contribution in #58
Full Changelog: 0.0.22...0.0.23
Release 0.0.22
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
- @netdevadm made their first contribution in #45
- @klausmark made their first contribution in #47
- @DarylStark made their first contribution in #53
Full Changelog: 0.0.21...0.0.22
Release 0.0.21
Fix bug in params parsing. #41
Release 0.0.20
- Fixed #39
- Fixed exception handling in dcim methods
Release 0.0.19
Improved exception handling.
0.0.18 Release
Added fix for #32 (update/delete by id methods)
0.0.17 Release
- Implemented Circuits
- Fix bug #29
0.0.16 Release
- Added power get methods. Create/update/delete will be added later
- Fixed delete_role method #27
- Bug fixes
0.0.15 Release
Small bug fixes