Skip to content

Release 2.0

Compare
Choose a tag to compare
@chisou chisou released this 01 Aug 15:47
· 57 commits to main since this release

This version adds a few long missing features.

  • Added Changes support to the Audit API.
  • Fixed Issue #53 "KeyError when retrieving 'bulkOperation'"; bulk operations JSON is somewhat non-standard as
    the root element is not named like the corresponding REST resource.
  • Added proper support for the CurrentUser API
  • Added support for 2FA at user level; TFA/TOTP can be enabled for individual users. Parts of this functionality,
    e.g. getting the TOTP secret are only available at the CurrentUser level
  • Adding traditional date filter parameter names (date_from and date_to in addition to before/after) to Events
    and Alarms API.

The change in the User/CurrentUser API are breaking code changes (client code might need to be refactored).