Releases: rsscloud/rsscloud-server
Releases · rsscloud/rsscloud-server
v3.0.0
3.0.0 (2026-05-15)
⚠ BREAKING CHANGES
- MONGODB_URI is no longer read. Deployments must mount a persistent volume at the data directory (DATA_FILE_PATH, default ./data/subscriptions.json) instead of relying on MongoDB. The bin/import-data.js script is removed.
Features
- add test HTTP CRUD endpoints and store-api helper (18b6570)
- expand stats feed list with Show All toggle and last-updated timestamps (525b76e)
- extract feed metadata and add OPML subscription list (94a6ef9)
- remove MongoDB, jsonStore is sole data store (5fa07b2)
- render stats "Generated at" in browser's local timezone (adac238)
- retain empty-subscriber entries within feedsChangedWindowDays (db6c16f)
- retain empty-subscriber entries within feedsChangedWindowDays (631f234)
- show WebSocket feed URL on viewLog page (f0a0b0f)
Bug Fixes
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