Skip to content

Releases: rsscloud/rsscloud-server

v3.0.0

24 May 17:43
91a7d64

Choose a tag to compare

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

  • harden json-store durability and exclude host files from image (ff96994)
  • serve /LICENSE.md with a header so the docs link works (085c65f)
  • update dependencies and patch serialize-javascript (b7b4bcf)

v2.4.0

20 Mar 11:42
749ef8e

Choose a tag to compare

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

18 Mar 16:49
b2cc1f3

Choose a tag to compare

2.3.1 (2026-03-18)

Bug Fixes

  • use protocol-aware WebSocket URL for viewLog page (9eba9a6)

v2.3.0

18 Mar 15:57
374abfc

Choose a tag to compare

2.3.0 (2026-03-18)

Features

  • add realtime log page and improved test infrastructure (0e5ac48)

2.2.1

25 Jun 17:32

Choose a tag to compare

  • Fixing bugs with log rotation and expired subscription cleanup

2.2.0

25 Jun 16:54

Choose a tag to compare

  • Massive cleanup effort before adding new features in 2.3.0 or 3.0.0

Release 2.1.4

14 May 18:32
e221eb8

Choose a tag to compare

  • Adding XML-RPC logging to determine use

Release 2.1.3

29 Nov 17:00

Choose a tag to compare

  • Manually handling redirects on POST

Release 2.1.2

29 Nov 00:27

Choose a tag to compare

  • Changing from followRedirect to followAllRedirect

Release 2.1.1

29 Nov 00:13

Choose a tag to compare

  • Follows redirects when notifying subscribers. Fixes #10
  • Fixes date formatting in Mongodb