Telethon

Latest version: v1.35.0

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.9

<table><tr><td>Scheme layer used: <code>66</code> (<a href="https://github.com/LonamiWebs/Telethon/commit/4421c3ac7a249b69cce8693070ddc83eb7978bfc#diff-4f5ddcbaea8262901baacf4569653ba4">changes</a>)</td></tr></table>

This release features:
- The **documentation**, available online [here](https://lonamiwebs.github.io/Telethon/), has a new search bar.
- Better **cross-thread safety** by using `threading.Event`.
- More improvements for running Telethon during a **long period of time**.

With the following bug fixes:
- **Avoid a certain crash on login** (occurred if an unexpected object ID was received).
- Avoid crashing with certain invalid UTF-8 strings.
- Avoid crashing on certain terminals by using known ASCII characters where possible.
- The `UpdatesThread` is now a daemon, and should cause less issues.
- Temporary sessions didn't actually work (with `session=None`).

Minor notes:
- `.get_dialogs(count=` was renamed to `.get_dialogs(limit=`.

0.8

<table><tr><td>Scheme layer used: <code>62</code></td></tr></table>

This release features:

- **Bot login**, thanks to JuanPotato for hinting me about how to do it.
- **Proxy support**, thanks to exzhawk for implementing it.
- **Logging support**, used by passing `--telethon-log=DEBUG` (or `INFO`) as a command line argument.

With the following bug fixes:
- Connection fixes, such as avoiding connection until `.connect()` is explicitly invoked.
- Uploading big files now works correctly.
- Fix uploading big files.
- Some fixes on the updates thread, such as correctly sleeping when required.

0.7.1

<table><tr><td>Scheme layer used: <code>62</code></td></tr></table>

If you're one of those who runs Telethon for a long time (more than 30 minutes), this update by strayge will be great for you. It sends periodic pings to the Telegram servers so you don't get disconnected and you can still send and receive updates!

0.7

<table><tr><td>Scheme layer used: <code>62</code> (<a href="https://github.com/LonamiWebs/Telethon/commit/a5bd740b10dad4fd3be93099fca957b7bfba1d2f#diff-4f5ddcbaea8262901baacf4569653ba4">changes</a>)</td></tr></table>

If you're one of those who love security the most, these are good news. You can now use two factor authentication with Telethon too! As internal changes, the coding style has been improved, and you can easily use custom session objects, and various little bugs have been fixed.

0.6

<table><tr><td>Scheme layer used: <code>57</code> (<a href="https://github.com/LonamiWebs/Telethon/commit/f2728f47c31289fd423d1b368d57d1a41c0914e3#diff-4f5ddcbaea8262901baacf4569653ba4">changes</a>)</td></tr></table>

This release has no new major features. However, it contains some small changes that make using Telethon a little bit easier. Now those who have installed Telethon via `pip` can also take advantage of changes, such as less bugs, creating empty instances of `TLObjects`, specifying a timeout and more!

0.5

<table><tr><td>Scheme layer used: <code>55</code></td></tr></table>

Telethon is now available as a **[Python package](https://pypi.python.org/pypi?name=Telethon)**! Those are really exciting news (except, sadly, the project structure had to change _a lot_ to be able to do that; but hopefully it won't need to change much more, any more!)

Not only that, but more improvements have also been made: you're now able to both **sign up** and **logout**, watch a pretty "Uploading/Downloading... x%" progress, and other minor changes which make using Telethon **easier**.

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.