Skip to content

Commit

Permalink
Bump to v1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Sep 23, 2024
1 parent 07ae0f9 commit 925f5e8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions readthedocs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
=================

Expand Down
2 changes: 1 addition & 1 deletion telethon/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.36.0'
__version__ = '1.37.0'

0 comments on commit 925f5e8

Please sign in to comment.