Current ThreatQ Version Filter

Change Log

  • Version 1.8.12
    • Updated the execute method for operations to include configured parameters in API requests, ensuring compatibility with plugins that require additional inputs beyond action, id, and type.

  • Version 1.8.11
    • Removed refresh_token usage to prevent client_credential auth refresh.
  • Version 1.8.10
    • The default schema for the ThreatQ host will now default to https if not defined.
  • Version 1.8.9
    • Added support for HTTP connections within a trusted K8s environment. 
  • Version 1.8.8
    • Added a Timeout parameter to the Get function.  
  • Version 1.8.7
    • Fixed an issue where get_saved_search() failed to find a data collection if it was not on the first page of the API response. 
    • Updated Authentication section of the guide to include authenticating via OAuth Credentials. 
  • Version 1.8.6
    • Fixed an issue that would cause the Threat Library total results to display an incorrect value.  
  • Version 1.8.5
    • Resolved a Python 3/2 issue.  
  • Version 1.8.4
    • Fixed a pagination bug.  
  • Version 1.8.3
    • Added cursormark support.
  • Version 1.8.2
    • Refactored SDK to allow pylint to give scores greater than 8.  
  • Version 1.8.1
  • Version 1.8.0
    • Added preliminary Python 3 support.
    • Added dependency fixes.
    • Threat Library Search replaces the Advanced Search.