Releases: rsscloud/rsscloud-server
Releases · rsscloud/rsscloud-server
v2.4.0
2.4.0 (2026-03-20)
Features
- add dual-write JSON file store alongside MongoDB (096f46a)
- add dual-write JSON file store alongside MongoDB (b00f6dd)
- add stats page with cached operational statistics (5e8731f)
Bug Fixes
- allow pleaseNotify when ping frequency check triggers (a31cf02)
- clean up orphaned resources and subscriptions (21464c4)
- clean up orphaned resources and subscriptions (d84d3d7)
- clean up stale and orphaned entries from subscriptions.json (ff3fa87)
- clean up subscription docs with empty pleaseNotify arrays (c272b96)
- normalize IPv4-mapped IPv6 addresses in subscription URLs (c37902f)
- remove ping of feeds with missing resource during cleanup (725daeb)
- use https scheme for http-post subscriptions on port 443 (c796df3)
- use whenLastUpdate instead of whenLastCheck for stats (e1ac16c)
v2.3.1
v2.3.0
2.2.1
- Fixing bugs with log rotation and expired subscription cleanup
2.2.0
- Massive cleanup effort before adding new features in 2.3.0 or 3.0.0
Release 2.1.4
- Adding XML-RPC logging to determine use
Release 2.1.3
- Manually handling redirects on POST
Release 2.1.2
- Changing from followRedirect to followAllRedirect
Release 2.1.1
- Follows redirects when notifying subscribers. Fixes #10
- Fixes date formatting in Mongodb
2.1.0 Release
- Do not notify subscriptions with excessive errors
- Don't notify expired subscribers
- notifySubscribers should use
Promise.allso notifications occur in parallel - Shouldn't use arrow functions with mocha
- Upgrade node version and fix MongoDB connect