Releases: rsscloud/rsscloud-server
Releases · rsscloud/rsscloud-server
2.2.1
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.all
so notifications occur in parallel - Shouldn't use arrow functions with mocha
- Upgrade node version and fix MongoDB connect
Initial 2.x release
2.0.0 Improving error handling
2.0.0-beta.0
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