Skip to content

Releases: pylakey/aiotdlib

0.13.1

02 Dec 23:19
Compare
Choose a tag to compare

Updated

  • Fixed #6

This bug was related to this TDLib's commit

0.13.0 - TDLib 1.7.9

05 Nov 16:45
Compare
Choose a tag to compare

Updated

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

  • API types and functions regenerated

0.12.2 - Minor TDLib Upgrade

18 Oct 11:16
Compare
Choose a tag to compare

Updated

  • TDLib binaries upgraded to
    latest available version

  • API types and functions regenerated

0.12.1

26 Sep 12:30
Compare
Choose a tag to compare

Updated

  • Fixed default export

0.12.0 - TDLib update

24 Sep 22:10
Compare
Choose a tag to compare

0.12.0

  • TDLib binaries upgraded to
    latest available version

  • API types and functions regenerated

Some ot types and functions have incompatible changes!

0.11.2

22 Sep 19:50
Compare
Choose a tag to compare

Updated

  • Bring back some lost TD functions (Fix for #4)

0.11.1 - Environment variables

22 Sep 19:41
Compare
Choose a tag to compare

Added

  • Client parameters now could be set via environment variables with AIOTDLIB_* prefix. For example: AIOTDLIB_API_ID=123456

  • Docker Secrets supported too.

Constructor parameters has higher priority than env variables and docker secrets. You can read more about this behaviour in Pydantic docs

0.11.0 - TDLib 1.7.8

21 Sep 19:59
Compare
Choose a tag to compare

Updated

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

  • API types and functions regenerated

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