Skip to content

Releases: rsscloud/rsscloud-server

Release 2.1.4

14 May 18:32
e221eb8
Compare
Choose a tag to compare
  • Adding XML-RPC logging to determine use

Release 2.1.3

29 Nov 17:00
Compare
Choose a tag to compare
  • Manually handling redirects on POST

Release 2.1.2

29 Nov 00:27
Compare
Choose a tag to compare
  • Changing from followRedirect to followAllRedirect

Release 2.1.1

29 Nov 00:13
Compare
Choose a tag to compare
  • Follows redirects when notifying subscribers. Fixes #10
  • Fixes date formatting in Mongodb

2.1.0 Release

23 Aug 21:49
Compare
Choose a tag to compare
  • Do not notify subscriptions with excessive errors
  • Don't notify expired subscribers
  • notifySubscribers should use Promise.all so notifications occur in parallel
  • Shouldn't use arrow functions with mocha
  • Upgrade node version and fix MongoDB connect

Initial 2.x release

21 Aug 15:12
Compare
Choose a tag to compare
2.0.0

Improving error handling

2.0.0-beta.0

22 Oct 17:49
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

Substantial rewrite from 1.x.

Added

  • XML-RPC endpoint
  • Support for xml-rpc protocol
  • Support for https-post protocol
  • Tests for core functionality

Changed

  • Replacing callbacks with async/await to clean up code

Updating package-lock.json for handlebars vulnerability

30 Dec 22:39
Compare
Choose a tag to compare

SQLite logs

03 Oct 13:25
Compare
Choose a tag to compare

In order to set the stage for a better viewLog experience I've moved the logs into a SQLite database. Right now viewLog is updated in realtime via a WebSocket. Next up will be filtering by feed or subscriber for easier debugging.

First stable release

05 Feb 20:31
Compare
Choose a tag to compare

This was the first release of rssCloud Server. I'm tagging this before I start making improvements to the app.