All Versions
17
Latest Version
Avg Release Cycle
70 days
Latest Release
4161 days ago

Changelog History
Page 2

  • v1.1.4 Changes

    • โž• Added Client#connect to start streaming inside an EM reactor (pelle)
    • โž• Added shutdown_stream to cleanly stop the stream (lud)
    • ๐Ÿš… Loosened multi_json dependency for Rails 3.2 compatibiltiy
  • v1.1.3 Changes

    • โž• Added on_reconnect callback method
  • v1.1.2 Changes

    • โž• Added support for statuses/links
    • ๐Ÿ“œ Client now checks that specified json_parser can be loaded during initialization
  • v1.1.1 Changes

    • ๐Ÿ›  Fix for 1.8.6 compatibility
  • v1.1.0 Changes

    • OAuth authentication
    • ๐Ÿ‘‰ User Stream support
    • โœ‚ Removed swappable JSON backend support for MultiJson
    • โž• Added EventMachine epoll and kqueue support
    • โž• Added on_interval callback
    • โž• Added on_inited callback
  • v1.0.5 Changes

    • ๐Ÿ‘ฎ Force SSL to comply with
  • v1.0.0 Changes

    • ๐Ÿ‘ Swappable JSON backend support
    • Switches to use EventMachine instead of Yajl for the HTTP Stream
    • ๐Ÿ‘Œ Support reconnect and on_error