mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-14 21:46:38 +03:00
Bump to v1.37
This commit is contained in:
parent
693c73ec1d
commit
f652f3f01a
|
@ -13,6 +13,32 @@ it can take advantage of new goodies!
|
||||||
|
|
||||||
.. contents:: List of All Versions
|
.. 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)
|
New layer (v1.36)
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Versions should comply with PEP440.
|
# Versions should comply with PEP440.
|
||||||
# This line is parsed in setup.py:
|
# This line is parsed in setup.py:
|
||||||
__version__ = '1.36.0'
|
__version__ = '1.37.0'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user