Changelog
Synapse-RSS Changelog
v3.3.0 - 2024-05-15
Features and Enhancements
Update
$lib.bytes
usage with$lib.axon
APIs.
Bugfixes
Fix an issue where whitespace was not removed from link URLs.
v3.2.0 - 2023-07-31
Features and Enhancements
Update ingest for Synapse-Playwright v1.18.0.
Bugfixes
Fix an issue where
media:news:file
would appear unset when yielded fromrss.read
.
v3.1.0 - 2023-04-18
Features and Enhancements
Added option to ignore SSL verification errors when retrieving feeds.
By default, Synapse-Playwright is used to retrieve article pages, which allows for ingesting pages with dynamic content.
Added
--pdf
option which will use the PDF of the article instead of HTML formedia:news:file
.Updated Admin Guide documentation to provide example for re-ingesting files for old articles.
Mark the Synapse-FileParser dependency as optional.
Bugfixes
Move Axon wget to privsep module so that users do not require a separate permission.
v3.0.0 - 2022-09-28
Features and Enhancements
Initial release of version 3 of the
Synapse-RSS
Rapid Power-Up.
Updating from v2.x.x
The previous 2.x.x
version of Synapse-RSS
was distributed as
an Advanced Power-Up. This service must be removed from the Cortex prior to updating.
The rss.last.get
and rss.last.set
commands have been removed,
and the --newonly
option has been removed from the rss.read
command.
The full feed is always retrieved and parsed, while only URLs from newly
created media:news
nodes will be downloaded.
The --tag
, --tagtime
, and --scrapealts
options have been removed from the rss.read
command.
The functionality those provided can be replicated by the user when invoking rss.read
if desired.
The --nofollow
option for the rss.read
command has been renamed to --skip-follow
.