Skip to content

Commit aa41dc2

Browse files
2.9.0 changes
1 parent 333600a commit aa41dc2

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,13 +396,32 @@ v2.5.1 (2024-04-02)
396396
- Added the Spectra Assure badge to the Readme file.
397397

398398

399-
### Reversinglabs SDK Cookbook changes
399+
### ReversingLabs SDK Cookbook changes
400400
#### Improvements
401401
- **Scenarios and Workflows** notebooks:
402402
- 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.
403403

404404
- **Command line tools and scripts**:
405405
- Added the `cyber_defense_alliance.py` command line tool.
406+
407+
408+
2.9.0 (2025-03-31)
409+
-------------------
410+
411+
#### Improvements
412+
- **advanced** module:
413+
- Created a new module called `advanced`. This module will hold various actions and scenarios that include multiple platforms and APIs.
414+
- The `AdvancedActions` class was moved from the `ticloud` module into `advanced`.
415+
- The `SpectraAssureScenarios` and `SpectraAssureClient` enable the user to perform actions that combine the **ReversingLabs Spectra Assure** platform with TitaniumCloud and A1000.
416+
417+
418+
### ReversingLabs SDK Cookbook changes
419+
#### Improvements
420+
- **TitaniumCloud** notebooks:
421+
- The `taxii_ransomware_feed.ipynb` notebook was replaced with `taxii_feed.ipynb`.
422+
423+
- **Scenarios and Workflows** notebooks:
424+
- Added the `advanced_search_using_network_indicators.ipynb` notebook.
406425

407426
Starting with ReversingLabs SDK version 2.8.0, the **ReversingLabs SDK Cookbook** project's release cycle and versioning are closely tied to this project.
408427
This changelog will also be keeping track of changes made to the ReversingLabs SDK Cookbook project.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 ReversingLabs
1+
Copyright (c) 2025 ReversingLabs
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

ReversingLabs/SDK/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
A Python SDK for communicating with ReversingLabs services.
66
"""
77

8-
__version__ = "2.8.3"
8+
__version__ = "2.9.0"

0 commit comments

Comments
 (0)