Releases: maubot/rss
Releases · maubot/rss
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.6
- Updated
!rss subscriptions
to show which feeds haven't been successfully fetched. - Updated
!rss subscribe
to respond with error when trying to subscribe to a feed the room is already subscribed to. - Added handling for individual message send errors so a single room failing wouldn't break other rooms subscribed to the same feed.
- Fixed feed fetch backoff/error count not being reset correctly when the feed came back up.
v0.2.5
v0.2.4
- Added backoff for fetching feeds they return errors. Backoff is increased by one
update_interval
every time the feed errors, and the error count and backoff are reset with a successful response. The maximum backoff is 5 days by default. - Removed stack traces from feed error logs and switched from error to warning log level.