Changelog
Synapse-RSS Changelog
v3.3.1 - 2025-02-05
Bugfixes
- Fixed an issue where XML parsing failures were not properly handled when servers responded incorrectly with a 200 status. 
v3.3.0 - 2024-05-15
Features and Enhancements
- Update - $lib.bytesusage with- $lib.axonAPIs.
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:filewould appear unset when yielded from- rss.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 - --pdfoption which will use the PDF of the article instead of HTML for- media: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-RSSRapid 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.