Skip to content

v2.4.1

Compare
Choose a tag to compare
@aeetos aeetos released this 24 May 16:20
· 94 commits to master since this release
39a420c

v2.4.1

Enhancements:

  • Added an as_dict property across all Analyzer objects to simplify integration
    with other systems. Returns a dictionary representation of the object or the list.
  • New projects attribute on IPAddress and Hostname objects returns list of projects
    that contain that host as an artifact.
  • New analyzer.set_project() method on the Analyzer module to set an active project
    by name or guid, and new add_to_project() methods on Analyzer objects to quickly
    add the object to the active project.
  • Direct methods on new Project and Artifact objects to directly manipulate monitoring
    status and tags.

Bug Fixes:

  • Added missing ArtifactsRequest to package-level imports