Skip to content

Releases: southbridgeio/tdlib-ruby

v3.1.0

01 Dec 16:04
7a3086d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.1.0

v3.0.4

05 Sep 08:10
e962280
Compare
Choose a tag to compare
  • Change ffi gem version to '~> 1.15.0'

v3.0.3

05 Sep 07:39
Compare
Choose a tag to compare
  • Remove the verification encryption key and unnecessary configurations

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