Bump to v1.37

This commit is contained in:
Lonami Exo 2024-09-23 19:01:20 +02:00
parent 693c73ec1d
commit f652f3f01a
2 changed files with 27 additions and 1 deletions

View File

@ -13,6 +13,32 @@ it can take advantage of new goodies!
.. contents:: List of All Versions
New layer (v1.37)
=================
+------------------------+
| Scheme layer used: 188 |
+------------------------+
`View new and changed raw API methods <https://diff.telethon.dev/?from=181&to=188>`__.
Additions
~~~~~~~~~
* Support for CDN downloads should be back. Telethon still prefers no CDN by default.
Enhancements
~~~~~~~~~~~~
* ``FloodWaitPremium`` should now be handled like any other floodwaits.
Bug fixes
~~~~~~~~~
* Fixed edge-case when using ``get_messages(..., reverse=True)``.
* ``ConnectionError`` when using proxies should be raised properly.
New layer (v1.36)
=================

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.36.0'
__version__ = '1.37.0'