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
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,12 +361,26 @@ v2.5.1 (2024-04-02)
361
361
#### Improvements
362
362
-**ticloud** module:
363
363
- Corrected a typo in the docstrings and the README.
364
-
365
364
366
365
366
+
2.8.0 (2024-12-24)
367
+
-------------------
368
+
369
+
#### Removals
370
+
-**ticloud** module:
371
+
- Removed the deprecated `sample_sha1` parameter from the `ticloud.DynamicAnalysis.detonate_sample` method.
367
372
368
-
### Scheduled removals
369
-
-**December 2024.**:
370
-
- Parameter `sample_sha1` from the `ticloud.DynamicAnalysis.detonate_sample` method will be removed. Parameter `sample_hash` should be used instead.
371
-
-**March 2025.**:
372
-
- Parameters `internet_simulation` and `sample_name` from the `ticloud.DynamicAnalysis.detonate_sample` method will be removed and should be further used through `**optional_parameters`.
373
+
#### Improvements
374
+
-**ticloud** module:
375
+
- Parameters `internet_simulation` and `sample_name` from the `ticloud.DynamicAnalysis.detonate_sample` method are now used through the `**optiona_parameters` key-value parameter instead of as individual named parameters.
376
+
377
+
### Reversinglabs SDK Cookbook changes
378
+
#### Improvements
379
+
-**Scenarios and Workflows** notebooks:
380
+
- Added the `download_advanced_search_matches_a1000.ipynb`, `download_advanced_search_matches_titaniumcloud.ipynb`, `download_yara_retro_matches_a1000.ipynb` and `download_yara_retro_matches_titaniumcloud.ipynb` notebooks.
381
+
382
+
-**Command line tools and scripts**:
383
+
- Added the `cyber_defense_alliance.py` command line tool.
384
+
385
+
Starting with ReversingLabs SDK version 2.8.0, the **ReversingLabs SDK Cookbook** project's release cycle and versioning are closely tied to this project.
386
+
This changelog will also be keeping track of changes made to the ReversingLabs SDK Cookbook project.
0 commit comments