Changelog
Synapse-Malshare Changelog
v1.3.1 - 2024-02-20
Features and Enhancements
Update deprecated
$lib.dict()usage to JSON style syntax.
v1.3.0 - 2023-11-16
Features and Enhancements
Automatically use Synapse-FileParser (if present) to parse files downloaded using the
malshare.downloadcommand.Add a
--no-parseoption to themalshare.downloadcommand to skip automatic parsing of downloaded files.
Deprecations
Caching has been removed from the
malshare.detailscommand, so the--asofargument has been deprecated and will no longer have any effect.
This release contains an automatic cache cleanup that will run when the package is first upgraded. This will remove cached API response data from the jsonstor for commands which no longer perform caching.
v1.2.0 - 2023-03-22
Features and Enhancements
Update Power-Up to build with code signing.
v1.1.0 - 2022-05-17
Features and Enhancements
Cached API responses are now stored in the JsonStor instead of in nodedata.
v1.0.1 - 2021-12-17
Bugfixes
Remove stray print from
malshare.downloadcommand
v1.0.0 - 2021-12-16
Features and Enhancements
Initial release of the
Synapse-MalsharePower-Up