Skip to content

Releases: pylakey/aiotdlib

0.10.2 - Minor update of TDLib

16 Sep 19:34
Compare
Choose a tag to compare

Updated

  • TDLib binaries upgraded to latest available version

  • API types and functions regenerated

Full CHANGELOG

0.10.0 - TDLib 1.7.7 and minor fixes

02 Sep 19:14
Compare
Choose a tag to compare

Added

  • Added Client.get_main_list_chats_all helper method to get the whole main chats list

Updated

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

  • Default value of limit parameter in method Client.get_main_list_chats was changed to 100

  • Default value of limit parameter in method ClientCache.get_main_list_chats was changed to 100

  • Chats in ClientCache.get_main_list_chats are loaded using new loadChats TDLib function

  • Added new NotFound helper exception for errors with code 400

  • Removed usage of deprecated td_set_log_verbosity_level function of TDJson instance. setLogVerbosityLevel is used instead

  • API types and functions regenerated

Full CHANGELOG

0.9.0 - Upgrade to latest TDLib and some improvements

28 Aug 16:58
Compare
Choose a tag to compare

This update may contain breaking changes in some scenarios

Updated

  • Slightly improved generator. Nullable parameters of some api functions now have Optional type

  • Changed file structure for prebuilt binaries

  • TDLib binaries upgraded to
    latest available version

  • API types and functions regenerated

Removed

  • Totally removed stop_signals parameter of Client.idle method

Full CHANGELOG

0.8.5 - Bugfix and other minor improvements

18 Aug 18:16
Compare
Choose a tag to compare

Updated

  • stop_signals parameter of Client.idle method is deprecated now and will be totally removed soon

  • Fixed #2

Full CHANGELOG

0.8.4 - Upgraded TDLib

16 Aug 13:41
Compare
Choose a tag to compare

Updated

  • TDLib binaries upgraded to
    latest available version (1.7.6 for now)

  • API types and functions regenerated

Full CHANGELOG

0.8.3 - Minor fixes

07 Aug 14:23
Compare
Choose a tag to compare

Added

  • Added force_update: bool = False parameter to Client class getters. When set to True locally cached values will be refreshed from tdlib

Updated

  • Fixed an error when Client.get_supergroup and Client.get_supergroup_full_info returned BasicGroup and BasicGroupFullInfo instead of
    Supergroup and SupergroupFullInfo respectively

Full CHANGELOG

0.8.2 - Upgrade to latest TDLib

03 Aug 12:17
Compare
Choose a tag to compare

Updated

  • TDLib binaries upgraded to
    latest available version

  • API types and functions regenerated

Full CHANGELOG

0.8.1 - Hotfix

29 Jul 13:54
Compare
Choose a tag to compare

Fixed

  • Added missing generated file from new TDLib

Full CHANGELOG

0.8.0 - TDLib 1.7.6

29 Jul 12:38
Compare
Choose a tag to compare

Updated

  • TDLib binaries upgraded to
    latest available version (1.7.6 for now)

  • API types and functions regenerated

  • Fixed broken generator templates

Full CHANGELOG

v0.7.1 - Docker support

28 Jul 16:51
Compare
Choose a tag to compare

Added

  • Added docker support. Fell free to use this image

Full CHANGELOG