Skip to content

Commit

Permalink
Bump to v1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Sep 10, 2023
1 parent ba99b8b commit 2cef715
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions readthedocs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,37 @@ it can take advantage of new goodies!

.. contents:: List of All Versions

Layer bump and small changes (v1.30)
====================================

+------------------------+
| Scheme layer used: 162 |
+------------------------+

Some of the bug fixes were already present in patch versions of ``v1.29``, but
the new layer necessitated a minor bump.

Enhancements
~~~~~~~~~~~~

* Removed client-side checks for editing messages.
This only affects ``Message.edit``, as ``client.edit_message`` already had
no checks.
* Library should not understand more server-side errors during update handling
which should reduce crashes.
* Client-side image compression should behave better now.

Bug fixes
~~~~~~~~~

* Some updates such as ``UpdateChatParticipant`` were being missed due to the
order in which Telegram sent them. The library now more carefully checks for
the sequence and pts contained in them to avoid dropping them.
* Fixed ``is_inline`` check for :tl:`KeyboardButtonWebView`.
* Fixed some issues getting entity from cache by ID.
* ``reply_to`` should now work when sending albums.


More bug fixing (v1.29)
=======================

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.29.3'
__version__ = '1.30.0'

0 comments on commit 2cef715

Please sign in to comment.