Skip to content

v0.0.10

Compare
Choose a tag to compare
@mmahacek mmahacek released this 11 Sep 23:29
· 95 commits to main since this release
18b5c5f

Potentially Breaking Change

  • If a GET call returns an error 500, previously we suppressed the error and returned a None value. Now we will raise an InvalidValueError exception and print out the error message.

What's Changed

  • Added User Defined Link endpoint
  • Requisition endpoint updates
    • Added category add/remove methods
    • Ability to merge existing and new node if adding interfaces
    • Added method to send just one node to a requisition via REST
  • Event model rework - converted parameters from list to dict
  • Update reload_daemon method to use new event model
  • Add FIQL support to alarms, events, and nodes
    • For get_alarms, get_events, and get_nodes methods, you can add a fiql parameter to specify a valid search.
  • Option to ignore SSL certs

Full Changelog: v0.0.9...v0.0.10