Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 763 Bytes

ChangeLog.md

File metadata and controls

50 lines (27 loc) · 763 Bytes

1.0.0 / 2018-05-27

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

0.9.4 / 2018-05-16

  • Fix recursive locking in nested handlers

0.9.3 / 2018-05-04

  • Add proxy support

0.9.2 / 2018-05-04

  • Fix some potential deadlocks

0.9.1 / 2018-04-27

  • Fix deadlock in Client#on_ready

0.9.0 / 2018-04-26

  • Use Celluloid

0.8.0 / 2018-04-25

  • Fix await methods

0.4.0 / 2018-04-12

  • Add configurable timeout
  • Fix hanging threads after timeout

0.3.0 / 2018-04-04

  • Use Concurrent::Promise instead of timeout module
  • Add integration tests

0.2.0 / 2018-02-16

  • Improved lib path detection

  • TD::Client#on_ready method

0.1.0 / 2018-02-01

  • Initial release:

Basic featues