You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.