Skip to content

Commit 925f5e8

Browse files
committed
Bump to v1.37
1 parent 07ae0f9 commit 925f5e8

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Diff for: readthedocs/misc/changelog.rst

+26
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,32 @@ it can take advantage of new goodies!
1313

1414
.. contents:: List of All Versions
1515

16+
New layer (v1.37)
17+
=================
18+
19+
+------------------------+
20+
| Scheme layer used: 188 |
21+
+------------------------+
22+
23+
`View new and changed raw API methods <https://diff.telethon.dev/?from=181&to=188>`__.
24+
25+
Additions
26+
~~~~~~~~~
27+
28+
* Support for CDN downloads should be back. Telethon still prefers no CDN by default.
29+
30+
Enhancements
31+
~~~~~~~~~~~~
32+
33+
* ``FloodWaitPremium`` should now be handled like any other floodwaits.
34+
35+
Bug fixes
36+
~~~~~~~~~
37+
38+
* Fixed edge-case when using ``get_messages(..., reverse=True)``.
39+
* ``ConnectionError`` when using proxies should be raised properly.
40+
41+
1642
New layer (v1.36)
1743
=================
1844

Diff for: telethon/version.py

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

0 commit comments

Comments
 (0)