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
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,9 +157,11 @@ v2.3.0 (2023-09-29)
157
157
---
158
158
159
159
160
-
v2.4.0 (2023-12-29)
160
+
v2.4.0 (2023-12-29) - [YANKED]
161
161
-------------------
162
162
163
+
**Note:** Contains breaking changes in the `ExpressionSearch` class. We recommend using **v2.4.2**
164
+
163
165
#### Improvements
164
166
165
167
-**ticloud** module:
@@ -173,15 +175,35 @@ v2.4.0 (2023-12-29)
173
175
---
174
176
175
177
176
-
v2.4.1 (2024-01-11)
178
+
v2.4.1 (2024-01-11) - [YANKED]
177
179
-------------------
178
180
181
+
**Note:** Contains breaking changes in the `ExpressionSearch` class. We recommend using **v2.4.2**
182
+
179
183
#### Improvements
180
184
181
185
-**ticloud** module:
182
186
- 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
187
184
188
- 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.
189
+
---
190
+
191
+
192
+
v2.4.2 (2024-01-22)
193
+
-------------------
194
+
195
+
All changes are calculated agains **v2.3.0**
196
+
197
+
### Improvements
198
+
-**ticloud** module:
199
+
- Added the `NewFilesFirstScan`, `NewFilesFirstAndRescan`, `FilesWithDetectionChanges`, `CvesExploitedInTheWild`, `NewExploitOrCveSamplesFoundInWildHourly`, `NewExploitAndCveSamplesFoundInWildDaily`, `NewWhitelistedFiles`, `ChangesWhitelistedFiles`, `MalwareFamilyDetection`, `ExpressionSearch`, `VerticalFeedStatistics` and `VerticalFeedSearch` classes.
200
+
- The following changes were made to the `DynamicAnalysis` class:
201
+
- Added `windows11` and `linux` to available Dynamic Analysis platforms.
202
+
- Added the `detonate_url` method.
203
+
- The `get_dynamic_analysis_results` method now supports fetching the URL dynamic analysis results using the URL string or its SHA-1 hash as a parameter.
204
+
205
+
- Added TitaniumCloud API codes to the README for better correspondence and orientation.
206
+
- 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