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
+42-1Lines changed: 42 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,9 @@ v2.5.1 (2024-04-02)
409
409
-------------------
410
410
411
411
#### Improvements
412
+
-**ticloud** module:
413
+
- Added the `TAXIIFeed` class which will replace the `TAXIIRansomwareFeed` class in all its use cases in the future.
414
+
412
415
-**advanced** module:
413
416
- Created a new module called `advanced`. This module will hold various actions and scenarios that include multiple platforms and APIs.
414
417
- The `AdvancedActions` class was moved from the `ticloud` module into `advanced`.
@@ -423,7 +426,45 @@ v2.5.1 (2024-04-02)
423
426
424
427
-**Scenarios and Workflows** notebooks:
425
428
- Added the `advanced_search_using_network_indicators.ipynb` notebook.
426
-
429
+
430
+
431
+
432
+
2.10.0 (2025-06-24)
433
+
-------------------
434
+
435
+
#### Improvements
436
+
-**a1000** module:
437
+
- Added the `submit_file_from_handle`, `submit_file_from_path`, `submit_file_and_get_summary_report`, `submit_file_and_get_detailed_report`, `submit_url` and `submit_url_and_get_report` methods.
438
+
439
+
-**ticloud** module:
440
+
- Added additional result filtering options to the `TAXIIFeed.get_objects_aggregated` method.
441
+
442
+
#### Deprecations
443
+
-**a1000** module:
444
+
- Deprecated the `upload_sample_from_path`, `upload_sample_from_file`, `submit_url_for_analysis`, `submit_url_for_analysis_and_get_report`, `upload_sample_and_get_summary_report_v2` and `upload_sample_and_get_detailed_report_v2` methods.
445
+
446
+
-**ticloud** module:
447
+
- Deprecated the `TAXIIRansomwareFeed` class.
448
+
449
+
450
+
### ReversingLabs SDK Cookbook changes
451
+
### Improvements
452
+
-**Scenarios and Workflows** notebooks:
453
+
- Added the `TAXII_data_filtering` notebook.
454
+
455
+
456
+
457
+
458
+
459
+
-------------------
460
+
### Scheduled removals
461
+
-**December 2025.**:
462
+
-**a1000** module:
463
+
-`upload_sample_from_path`, `upload_sample_from_file`, `submit_url_for_analysis`, `submit_url_for_analysis_and_get_report`, `upload_sample_and_get_summary_report_v2` and `upload_sample_and_get_detailed_report_v2` methods.
464
+
-**ticloud** module:
465
+
-`TAXIIRansomwareFeed` class.
466
+
467
+
427
468
Starting with ReversingLabs SDK version 2.8.0, the **ReversingLabs SDK Cookbook** project's release cycle and versioning are closely tied to this project.
428
469
This changelog will also be keeping track of changes made to the ReversingLabs SDK Cookbook project.
0 commit comments