Changelog
Synapse-crtsh Changelog
v2.8.0 - 2024-05-15
Features and Enhancements
Update
$lib.bytes
usage with$lib.axon
APIs.
v2.7.1 - 2024-02-20
Features and Enhancements
Update deprecated
$lib.dict()
usage to JSON style syntax.
v2.7.0 - 2023-11-22
Features and Enhancements
Queries to the database are now paginated and will automatically retry if errors are encountered.
Deprecations
Caching has been removed from the
crtsh.certs
andcrtsh.subdomains
commands, so the--asof
argument 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 existing cached API response data from the jsonstor.
v2.6.0 - 2023-06-13
Features and Enhancements
Mark the Synapse-FileParser dependency as optional.
Add
--timeout
argument tocrtsh.setup.db
to allow specifying the default timeout for requests to the crt.sh database.Add
--timeout
argument tocrtsh.certs
andcrtsh.subdomains
to override the default query timeout for requests to the crt.sh database.
v2.5.0 - 2023-03-22
Features and Enhancements
Update Power-Up to build with code signing.
Add dependency requirements to package definition.
v2.4.0 - 2022-09-01
Features and Enhancements
Update support for Synapse-Sidepocket >= 3.6.0.
Documentation
Fix typo in Admin Guide.
v2.3.0 - 2022-06-02
Features and Enhancements
Update support for Synapse-FileParser >= 4.0.0.
v2.2.0 - 2022-05-12
Features and Enhancements
Cached API responses are now stored in the JsonStor instead of in nodedata.
v2.1.0 - 2022-04-27
Features and Enhancements
Support
Synapse-Sidepocket
v3.x.x (removes support for prior versions).
v2.0.0 - 2021-10-04
Features and Enhancements
Initial release of the
Synapse-Crtsh
Power-Up v2.0.0If
v1.x.x
was installed, the following Storm command can be used to migrate the cache tov2.x.x
in the current view:> yield $lib.import(crtsh).migrateV1Cache()