Releases: solarwinds/orionsdk-python
Releases · solarwinds/orionsdk-python
v0.5.0
What's Changed
- Update unmanage_node.py by @tsvtln in #86
- solarwinds/orionsdk-python fix - updating setup.cfg to use underscore by @FliesLikeABrick in #83
- Add requests timeout by @dd1b in #79
- use self-signed cert, NCM remove node, get node name from IP by @andylittle in #62
- Sample for enabling/disabling hardware sensors. by @Dreadth in #71
- Update author email, increment package version by @jakub-drzyzga-swi in #90
- Update author email by @jakub-drzyzga-swi in #91
New Contributors
- @tsvtln made their first contribution in #86
- @FliesLikeABrick made their first contribution in #83
- @dd1b made their first contribution in #79
- @andylittle made their first contribution in #62
- @Dreadth made their first contribution in #71
- @jakub-drzyzga-swi made their first contribution in #90
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Demonstrate Manipulating Node Alerts by @superadm1n in #35
- Fix the return of remove_interface for a successful remove by @john-westcott-iv in #44
- Added wrapper for bulk deletes and sample script by @superadm1n in #45
- Patch 2 by @oniram22 in #46
- Allow SwisClient port override by @cr41gc in #70
- Update discover_one_node.py by @ministrycork in #73
- change client REST port to 17774 by @petr-jancik-swi in #74
New Contributors
- @superadm1n made their first contribution in #35
- @john-westcott-iv made their first contribution in #44
- @cr41gc made their first contribution in #70
- @ministrycork made their first contribution in #73
- @petr-jancik-swi made their first contribution in #74
Full Changelog: v0.3.0...v0.4.0
v0.3.0 - SolarWinds class
This release contains the following features:
- A new SolarWinds class from @oniram22 that provides simple getter and setter methods for common SolarWinds actions. These methods abstract out the underlying details and SWQL calls, making SolarWinds automation more accessible to a broader audience. This class was introduced in v0.2.0, and it has been moved into the
orionsdknamespace with this release.
v0.2.0 - SolarWinds class
This release contains the following features:
- A new SolarWinds class from @oniram22 that provides simple getter and setter methods for common SolarWinds actions. These methods abstract out the underlying details and SWQL calls, making SolarWinds automation more accessible to a broader audience.