Current ThreatQ Version Filter
Change Log
- Version 1.8.12
-
Updated the
executemethod 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_tokenusage to preventclient_credentialauth refresh.
- Removed
- Version 1.8.10
- The default schema for the ThreatQ host will now default to
httpsif not defined.
- The default schema for the ThreatQ host will now default to
- 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.
- Fixed an issue where
- 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
- Added Monkey Patch to fix requests bug noted at
https://github.com/psf/requests/issues/3829. - Added optional
sortfield to Threat Library code.
- Added Monkey Patch to fix requests bug noted at
- Version 1.8.0
- Added preliminary Python 3 support.
- Added dependency fixes.
- Threat Library Search replaces the Advanced Search.