RSS-Bridge 2025-01-02
EDIT: I forgot to update version number in this release, see https://github.com/RSS-Bridge/rss-bridge/issues/4382
What's Changed
No breaking changes. Mostly fixes to existing bridges, and some new bridges.
But, beware that all bridges are now enabled by default! (instead of the selected handful).
If you dont want all bridges enabled do like this in config.ini.php:
[system]
; Only these 3 bridges are enabled
enabled_bridges[] = CssSelectorBridge
enabled_bridges[] = FeedMerge
enabled_bridges[] = FeedReducerBridge
;enabled_bridges[] = *
Noteworthy changes
When debug mode is enabled, php errors are converted to exceptions! Only in debug mode, not in prod mode.
- fix: convert php errors to exceptions when in debug mode by @dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4176
The future
These needs to be discussed:
- Bump min php version from 7.4 to 8.0.
- Introduce a new document root with separate data folder (e.g.
/var/www/rss-bridge/publicand/var/www/rss-bridge/var/)