mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
Release 3.0.0-beta.6
This commit is contained in:
parent
c1f4453070
commit
6494c3bfbc
12 changed files with 60 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
Fixed UA translations in index.po
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
(again) Added possibility to combine filters with an *and*/*or* operations.
|
||||
|
||||
Read more in ":ref:`Combining filters <combining-filters>`" documentation section
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix typehints for :code:`Message`, :code:`reply_media_group` and :code:`answer_media_group` methods
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
Added following methods to ``Message`` class:
|
||||
|
||||
- :code:`Message.forward(...)`
|
||||
- :code:`Message.edit_media(...)`
|
||||
- :code:`Message.edit_live_location(...)`
|
||||
- :code:`Message.stop_live_location(...)`
|
||||
- :code:`Message.pin(...)`
|
||||
- :code:`Message.unpin()`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Enabled testing on Python 3.11
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed :code:`Message.send_invoice` and :code:`Message.reply_invoice`, added missing arguments
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Added following methods to :code:`User` class:
|
||||
|
||||
- :code:`User.mention_markdown(...)`
|
||||
- :code:`User.mention_html(...)`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added full support of `Bot API 6.3 <https://core.telegram.org/bots/api-changelog#november-5-2022>`_
|
||||
|
|
@ -1 +0,0 @@
|
|||
Removed an old now non-working feature
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Fixed copy and forward in:
|
||||
|
||||
- :code:`Message.answer(...)`
|
||||
- :code:`Message.copy_to(...)`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added a mandatory dependency :code:`certifi` in due to in some cases on systems that doesn't have updated ca-certificates the requests to Bot API fails with reason :code:`[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain`
|
||||
Loading…
Add table
Add a link
Reference in a new issue