Skip to content

Releases: maubot/rss

v0.3.2

03 Oct 06:27
Compare
Choose a tag to compare
  • Switched to custom user agent for fetching feeds to work around broken websites

v0.3.1

02 May 07:31
Compare
Choose a tag to compare
  • Fixed compatibility with SQLite versions prior to 3.35.0 (2021-03-12)
  • Fixed compatibility with Python 3.10+

v0.3.0

28 Mar 14:28
Compare
Choose a tag to compare
  • Switched to new asyncpg database interface in maubot. This requires maubot v0.3.0 or higher (but other than that, the database is fully backwards-compatible).
  • Added support for configuring default notification template.

v0.2.6

28 Jul 09:28
Compare
Choose a tag to compare
  • 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

10 Apr 13:13
Compare
Choose a tag to compare
  • Fixed bug with permission checks introduced in v0.2.4

v0.2.4

09 Apr 21:32
Compare
Choose a tag to compare
  • 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.

v0.2.3

08 Dec 14:15
Compare
Choose a tag to compare
  • Fixed template update command throwing an error
  • Added support for JSON feed version 1.1

v0.2.2

07 Aug 09:49
Compare
Choose a tag to compare
  • Fixed feed titles not being shown correctly

v0.2.1

05 Aug 10:18
Compare
Choose a tag to compare
  • Fixed upgrading database from pre-0.2 versions

v0.2.0

04 Aug 10:45
Compare
Choose a tag to compare
  • Added JSON Feed support
  • Added option to send posts as m.text instead of m.notice
  • Added support for room upgrades
  • Allowed HTML in posts.
  • Fixed handling feeds with year 0 (#11)
  • Fixed relative links in posts (#7)
  • Fixed handling missing entry IDs (thanks to @rda0 in #10)