Skip to content

Releases: pylakey/aiotdlib

0.21.0

19 Sep 06:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.19.2...0.21.0

0.19.2 - Hotfix

11 Jul 10:38
47934cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.19.1...0.19.2

0.19.1 - Hotfix

10 Jul 13:17
Compare
Choose a tag to compare

Fixed

0.19.0 - TDLib 1.8.4

10 Jul 10:25
Compare
Choose a tag to compare

Breaking

  • Most of Client class methods renamed to match python protected members convention

Fixed

  • Fixed #17

  • Fixed #25 by removing wrong update handler

Added

  • Added reactions related updates handlers in ClientCache

  • Added missing params in methods docs

Updated

  • TDLib binaries upgraded to latest available version (1.8.4 from now)

  • API types and functions regenerated

  • Upgraded dependencies

0.18.0 - TDLib 1.8.3

16 Apr 20:11
Compare
Choose a tag to compare

BREAKING

  • Prebuilt TDLib binary for linux arm64 is not more provided, but you can build them yourself and use with aiotdlib. Prebuilt binaries for other systems and platforms will not be provided as well in future aiotdlib releases

Updated

This update may contain some breaking API changes!

  • TDLib binaries upgraded to latest available version (1.8.3 from now)

  • API types and functions regenerated

0.17.0 - TDLib 1.8.1

04 Feb 15:38
Compare
Choose a tag to compare

This update may contain some breaking API changes!

Updated

  • TDLib binaries upgraded to latest available version (1.8.1 from now)

  • API types and functions regenerated

0.16.0 - TDLib 1.8.0

22 Jan 20:50
Compare
Choose a tag to compare

This update may contain some breaking API changes!

Updated

  • TDLib binaries upgraded to latest available version (1.7.12 from now)

  • API types and functions regenerated

0.15.0 - TDLib 1.7.11

27 Dec 21:17
Compare
Choose a tag to compare

This update contains some breaking API changes!

Added

  • Added ability pass TDLib options as Client constructor parameter

  • Client.get_my_id method to retrieve currently connected user ID

Updated

  • TDLib binaries upgraded to latest available version (1.7.11 from now)

  • API types and functions regenerated

  • Improved chats info caching

0.14.0 - TDLib 1.7.10

14 Dec 13:58
Compare
Choose a tag to compare

Updated

  • TDLib binaries upgraded to latest available version (1.7.10 from now)

  • API types and functions regenerated

This update contains some breaking API changes!

0.13.2

03 Dec 15:02
Compare
Choose a tag to compare

Updated

  • Fixed small bug with settings validation

  • Slightly reformatted Client constructor for better usability