15
0

Accepting request 1005498 from home:yarunachalam:branches:devel:languages:python

* Add note on 2FA for qr_login
 * Handle ServerError while getting difference
 * Re-raise unhandled errors that occur during update handling
 * Document the client instance cannot be used after logout
 * Add a hard timeout on disconnect
 * Update some raw API examples
 * del_surrogate for HTML inline URLs
 * Ignore ChannelParticipantLeft during iter_participants
 * Wrap buttons typehint in Optional
 * Fix events.Album did not have chat in PM
 * Ignore aggressive parameter in iter_participants
 * Replace mentions of master branch with v1
 * Fix get_permissions for small group chats
 * Manually construct reply_to for send_message result
 * Strip 0-length message entities
 * Make custom, functions and types proper modules
 * Trust pts values during apply_difference
 * Do not remove ENTRY_SECRET during apply difference
 * Handle auth errors during get difference
 * Recognize invite links with plus sign prefix
 * Document new known RPC errors
 * Handle CancelledError inside update loop
 * Make use of AlbumHack for all albums
 * Fix UpdateShort from socket was not unboxed
 * Fix some MD parsing of inline URLs (#3920)
 * Fix raw API docs generation
- Update to v1.25
 * Remove missed async keywords from the revert
 * Revert "Add missing async keywords in SQLiteSession"
 * Revert "Make sessions async"

OBS-URL: https://build.opensuse.org/request/show/1005498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=17
This commit is contained in:
2022-09-26 08:34:00 +00:00
committed by Git OBS Bridge
parent 54e110439b
commit 39c04603ab
4 changed files with 49 additions and 4 deletions

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Sep 22 21:31:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
* Add note on 2FA for qr_login
* Handle ServerError while getting difference
* Re-raise unhandled errors that occur during update handling
* Document the client instance cannot be used after logout
* Add a hard timeout on disconnect
* Update some raw API examples
* del_surrogate for HTML inline URLs
* Ignore ChannelParticipantLeft during iter_participants
* Wrap buttons typehint in Optional
* Fix events.Album did not have chat in PM
* Ignore aggressive parameter in iter_participants
* Replace mentions of master branch with v1
* Fix get_permissions for small group chats
* Manually construct reply_to for send_message result
* Strip 0-length message entities
* Make custom, functions and types proper modules
* Trust pts values during apply_difference
* Do not remove ENTRY_SECRET during apply difference
* Handle auth errors during get difference
* Recognize invite links with plus sign prefix
* Document new known RPC errors
* Handle CancelledError inside update loop
* Make use of AlbumHack for all albums
* Fix UpdateShort from socket was not unboxed
* Fix some MD parsing of inline URLs (#3920)
* Fix raw API docs generation
- Update to v1.25
* Remove missed async keywords from the revert
* Revert "Add missing async keywords in SQLiteSession"
* Revert "Make sessions async"
* Revert "Mark certain SQLiteSession methods as async"
* Revert "Add workaround for SQLiteSession needing save after init"
* Update to layer 144
* Also except ChannelInvalidError during get_diff
* Fix missing variable and assignment in reset_deadline
* Handle ValueError during get_channel_difference
* Fix reset_deadline was not doing its job
* Prevent double-logging of 'timeout for updates'
* Support sending 4GB files (#3891)
* Add ENTITY_BOUNDS_INVALID and POSTPONED_TIMEOUT to known errors (#3887)
* Fix HTML/MD parser producing empty MessageEntity (#3885)
-------------------------------------------------------------------
Mon Aug 29 03:58:55 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>