All Versions
17
Latest Version
Avg Release Cycle
70 days
Latest Release
4161 days ago
Changelog History
Page 2
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