mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
Update changelog
This commit is contained in:
parent
69a07e3b0c
commit
a2e5f9a8b8
19 changed files with 65 additions and 25 deletions
|
|
@ -1,2 +0,0 @@
|
|||
Introduced Scenes feature that helps you to simplify user interactions using Finite State Machines.
|
||||
Read more about 👉 :ref:`Scenes <Scenes>`.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Corrected grammatical errors, improved sentence structures, translation for migration 2.x-3.x
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed ResourceWarning in the tests, reworked :code:`RedisEventsIsolation` fixture to use Redis connection from :code:`RedisStorage`
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
Updated dependencies, bumped minimum required version:
|
||||
|
||||
- :code:`magic-filter` - fixed `.resolve` operation
|
||||
- :code:`pydantic` - fixed compatibility (broken in 2.4)
|
||||
- :code:`aiodns` - added new dependency to the :code:`fast` extras (:code:`pip install aiogram[fast]`)
|
||||
- *others...*
|
||||
|
|
@ -1 +0,0 @@
|
|||
Prevent update handling task pointers from being garbage collected, backport from 2.x
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed :code:`parse_mode` argument in the in :code:`Message.send_copy` shortcut. Disable by default.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Minor typo correction, specifically in module naming + some grammar.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added the new FSM strategy :code:`CHAT_TOPIC`, which sets the state for the entire topic in the chat, also works in private messages and regular groups without topics.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Updated :code:`typing-extensions` package version range in dependencies to fix compatibility with :code:`FastAPI`
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Added `CITATION.cff` file for automatic academic citation generation.
|
||||
Now you can copy citation from the GitHub page and paste it into your paper.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Minor typo correction in middleware docs.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Introduce Python 3.12 support
|
||||
|
|
@ -1 +0,0 @@
|
|||
Speeded up CallableMixin processing by caching references to nested objects and simplifying kwargs assembly.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added ability to get handler flags from filters.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added :code:`pydantic` v2.5 support.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed a situation where a :code:`CallbackData` could not be parsed without a default value.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Updated :code:`thumbnail` fields type to :code:`InputFile` only
|
||||
Loading…
Add table
Add a link
Reference in a new issue