Releases: reversinglabs/reversinglabs-sdk-py3
Releases · reversinglabs/reversinglabs-sdk-py3
2.10.0
Improvements
-
a1000 module:
- Added the
submit_file_from_handle
,submit_file_from_path
,submit_file_and_get_summary_report
,submit_file_and_get_detailed_report
,submit_url
andsubmit_url_and_get_report
methods.
- Added the
-
ticloud module:
- Added additional result filtering options to the
TAXIIFeed.get_objects_aggregated
method.
- Added additional result filtering options to the
Deprecations
-
a1000 module:
- 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
andupload_sample_and_get_detailed_report_v2
methods.
- Deprecated the
-
ticloud module:
- Deprecated the
TAXIIRansomwareFeed
class.
- Deprecated the
ReversingLabs SDK Cookbook changes
Improvements
- Scenarios and Workflows notebooks:
- Added the
TAXII_data_filtering
notebook.
- Added the
2.9.0
Improvements
-
advanced module:
- Created a new module called
advanced
. This module will hold various actions and scenarios that include multiple platforms and APIs. - The
AdvancedActions
class was moved from theticloud
module intoadvanced
. - The
SpectraAssureScenarios
andSpectraAssureClient
enable the user to perform actions that combine the ReversingLabs Spectra Assure platform with TitaniumCloud and A1000.
- Created a new module called
-
The user agent string now also carries the class and method name.
ReversingLabs SDK Cookbook changes
Improvements
-
TitaniumCloud notebooks:
- The
taxii_ransomware_feed.ipynb
notebook was replaced withtaxii_feed.ipynb
.
- The
-
Scenarios and Workflows notebooks:
- Added the
advanced_search_using_network_indicators.ipynb
notebook.
- Added the
2.8.3
2.8.2
All changes are calculated against v2.8.0
Improvements
- Defined the latest version (2.32.3) of the requests library as a dependency. urllib3 was removed as an explicit dependency for this project.
- Python 3.9 is now defined as the oldest version of Python supported by this project.
2.8.1
2.6.4
Bugfixes
- ticloud module:
- Implemented the default user agent string in embedded
FileAnalysis
calls.
- Implemented the default user agent string in embedded