DBClient.fetch_many
now always returns a list.- Small refactoring for dispatcher configuration.
/wipe
command not working due toDBClient.fetch_many
returningNone
.
/wipe
command to delete current forum topic and messages data from the database.DBClient.delete
,DBClient.delete_many
,DBClient.fetch_many
methods for database client.CallbackQuery
support forTopicsManagementMiddleware
.- Additional
content_type
checks forFilterMiddleware
. - Additional database check before constructing
reply_parameters
inMessagesMiddleware
. - Support for deleting messages with a special premium reaction (forum only).
- Update typings and imports.
- Update
aiogram
to 3.12.0. - Update
tomlkit
to 0.13.2. - Update
DBClient
attribute names.
- Update typings and imports.
- Update
aiogram
to 3.11.0. - Update
cachetools
to 5.4.0. - Update
orjson
to 3.10.7. - Update
tomlkit
to 0.13.0.
- Additional checks for
my_chat_member
updates. - Inline button for
edited_message
that shows on what date the message was edited. /privacy
command that shows a link to the Privacy Policy.supervisor
config (configs/supervisor.conf
).
- Update typings and imports.
- Update
aiogram
to 3.10.0. - Update
orjson
to 3.10.6.
DEFAULT_EMOJI
for new forum topics.