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
Copy file name to clipboardExpand all lines: CHANGES.rst
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@
4
4
Changelog
5
5
=========
6
6
7
+
Version 21.9
8
+
============
9
+
10
+
*Released 2024-12-07*
11
+
12
+
This is the technical changelog for version 21.9. More elaborate release notes can be found in the news channel `@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>`_.
13
+
14
+
Major Changes
15
+
-------------
16
+
17
+
- Full Support for Bot API 8.1 (:pr:`4594` closes :issue:`4592`)
18
+
19
+
Minor Changes
20
+
-------------
21
+
22
+
- Use ``MessageLimit.DEEP_LINK_LENGTH`` in ``helpers.create_deep_linked_url`` (:pr:`4597` by `nemacysts <https://github.com/nemacysts>`_)
23
+
- Allow ``Sequence`` Input for ``allowed_updates`` in ``Application`` and ``Updater`` Methods (:pr:`4589` by `nemacysts <https://github.com/nemacysts>`_)
24
+
25
+
Dependency Updates
26
+
------------------
27
+
28
+
- Update ``aiolimiter`` requirement from ~=1.1.0 to >=1.1,<1.3 (:pr:`4595`)
29
+
- Bump ``pytest`` from 8.3.3 to 8.3.4 (:pr:`4596`)
30
+
- Bump ``codecov/codecov-action`` from 4 to 5 (:pr:`4585`)
31
+
- Bump ``pylint`` to v3.3.2 to Improve Python 3.13 Support (:pr:`4590` by `nemacysts <https://github.com/nemacysts>`_)
32
+
- Bump ``srvaroa/labeler`` from 1.11.1 to 1.12.0 (:pr:`4586`)
0 commit comments