RSS-Bridge 2023-03-22
The only breaking change is that RSS-Bridge now requires php 7.4.
- fix: Let curl select the default HTTP version instead of hardcoding HTTP 1.1 (#3249)
- fix: Disallow usage of default password (#3284)
- refactor: Reformat codebase to PSR12 (#2872) [0]
- feat: The docker container now uses libcurl-impersonate to better impersonate a browser (#2941)
- feat: Config option to limit the maximum http message size (#3140)
- feat: URL filter option to FilterBridge (#3212)
- feat: Add getKey function (#3275)
- feat: Add filecache config to enable/disable real purge (#3263)
- feat: Add new feed format: Sfeed (#3306)
- feat: Add config option "path" for file cache (#3297)
The public instance https://rss-bridge.org/bridge01/ runs master
and can be used to test bridges before upgrading.
Docs: https://rss-bridge.github.io/rss-bridge/
Join #rssbridge on the Libera IRC network for IM [1].
[0] For the people who are concerned about the code reformatting they can
see #2872 for instructions on how to reproduce the diff.