You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,18 @@ v2.4.0 (2023-12-29)
173
173
---
174
174
175
175
176
+
v2.4.1 (2024-01-11)
177
+
-------------------
178
+
179
+
#### Improvements
180
+
181
+
-**ticloud** module:
182
+
- The `get_dynamic_analysis_results` method of the `DynamicAnalysis` class now also supports using a URL-s SHA-1 hash for fetching the URL dynamic analysis results.
183
+
184
+
- 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.
0 commit comments