Skip to content

v0.1.1

Compare
Choose a tag to compare
@mmahacek mmahacek released this 21 Dec 22:22
· 49 commits to main since this release
bea15bf

Breaking Change

  • Add ApiPayloadError exception when API returns HTTP 500-599. Previously many error responses were steamrolled over.

What's Changed

  • Renamed internal uri parameters to be url.
  • Deprecate MethodNotImplemented exception. Replaced with base NotImplementedError.
  • Docstring updates to satisfy pylint.
  • Prevent Event.id from being sent as part of the event payload when posting to the events endpoint.
  • Update get_foreign_sources() and get_requisitions() to no longer use custom _get() method.
  • Endpoint._put() method now returns the Requests.Response object instead of null.
  • Tweaks to testing framework settings.
  • Added NodeComponents.NONE option.
  • Fix type hint on Endpoint_post.data attribute.
  • Add Node/IP/Service metadata modification to the Nodes endpoint.

Full Changelog: v0.0.13...v0.0.14