Skip to content

Releases: southbridgeio/tdlib-ruby

v3.0.2

29 Jun 13:44
fc70aeb
Compare
Choose a tag to compare
  • Rescue exceptions in update manager thread

v3.0.1

29 Jun 09:24
e6de2c0
Compare
Choose a tag to compare
  • Fix client dispose

v3.0.0

28 Jun 14:03
5d809ba
Compare
Choose a tag to compare

Extract types schema to separate gem

v2.2.0

09 Jan 12:55
cbf16f5
Compare
Choose a tag to compare
  • Support tdlib 1.6

v2.1.0

18 Oct 16:41
0bb23fb
Compare
Choose a tag to compare
  • Support tdlib 1.5
  • Fix TD::Client#dispose race condition and client crash

v2.0.0

08 Feb 15:24
Compare
Choose a tag to compare
  • Generated types and client functions
  • Async handlers
  • Use ffi instead of fiddle
  • Use Concurrent::Promises
  • TD errors handling in promises
  • Add use_file_database setting to config

v1.0.0

27 May 08:21
29faf58
Compare
Choose a tag to compare
  • Return promises from TD::Client#broadcast
  • Add #fetch as alias to #broadcast_and_receive

v0.9.4

16 May 09:20
Compare
Choose a tag to compare
  • Fix recursive locking in nested handlers

v0.9.3

04 May 11:39
be3d17c
Compare
Choose a tag to compare
  • Add proxy support

v0.9.2

04 May 05:42
0d75b15
Compare
Choose a tag to compare
  • Fix some potential deadlocks