2.4.1
·
196 commits
to main
since this release
Note: Contains breaking changes in the ExpressionSearch
class. We recommend using v2.4.2
Improvements
-
ticloud module:
- The
get_dynamic_analysis_results
method of theDynamicAnalysis
class now also supports using a URL-s SHA-1 hash for fetching the URL dynamic analysis results.
- The
-
Error handling: Custom error classes now also carry the original response object. Users can now reach the original status code, error message and all other response properties using the caught error's
response_object
property.