Tdlib Ruby Versions Save

Ruby bindings and client for TDLib

v3.0.2

2 years ago
  • Rescue exceptions in update manager thread

v3.0.1

2 years ago
  • Fix client dispose

v3.0.0

2 years ago

Extract types schema to separate gem

v2.2.0

4 years ago
  • Support tdlib 1.6

v2.1.0

4 years ago
  • Support tdlib 1.5
  • Fix TD::Client#dispose race condition and client crash

v2.0.0

5 years ago
  • 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

5 years ago
  • Return promises from TD::Client#broadcast
  • Add #fetch as alias to #broadcast_and_receive

v0.9.4

5 years ago
  • Fix recursive locking in nested handlers

v0.9.3

5 years ago
  • Add proxy support

v0.9.2

5 years ago
  • Fix some potential deadlocks