Skip to content

v0.3.1

Compare
Choose a tag to compare
@alanag13 alanag13 released this 14 Feb 20:04
4e2f6d1

0.3.1 - 2020-02-14

Added

  • SecurityModule.get_security_plan_storage_info_list()
  • SecurityModule.get_user_security_events()
  • SecurityModule.get_plan_security_events()

Changed

  • Removed SecurityModule.get_security_event_locations(). Use SecurityClient.get_security_event_locations() instead.
  • Removed get_normalized_security_event_plan_info(). Support for pre-6.7 format security event plan info responses has
    been removed, and as a result this method is no longer necessary. Use SecurityClient.get_security_event_locations() instead.

Fixed

  • a timeout of 60 seconds is now enforced on all http requests. Previously the timeout was infinite.
    This allowed for the possibility of requests that would hang forever under certain circumstances.