Sha256: 4d70697e5eed10e27d2c21f80380872e4036ddad334f113bff6d3e71d1bb5fcc

Contents?: true

Size: 1.54 KB

Versions: 1

Compression:

Stored size: 1.54 KB

Contents

Version 2.0.0
=============

* Added Site Stream support
* Switched to [em-twitter](https://github.com/spagalloco/em-twitter) for underlying streaming lib
* Switched to Twitter gem objects instead of custom hashes, see [47e5cd3d21a9562b3d959bc231009af460b37567](https://github.com/intridea/tweetstream/commit/47e5cd3d21a9562b3d959bc231009af460b37567) for details (sferik)
* Made OAuth the default authentication method
* Removed on_interval callback
* Removed parser configuration option

Version 1.1.5
=============

* Added support for the scrub_geo response (augustj)
* Update multi_json and twitter-stream version dependencies

Version 1.1.4
=============

* 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

Version 1.1.3
=============

* Added on_reconnect callback method

Version 1.1.2
=============

* Added support for statuses/links
* Client now checks that specified json_parser can be loaded during initialization

Version 1.1.1
=============

* Fix for 1.8.6 compatibility

Version 1.1.0
=============

* 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

Version 1.0.5
=============

* Force SSL to comply with

Version 1.0.0
=============

* Swappable JSON backend support
* Switches to use EventMachine instead of Yajl for the HTTP Stream
* Support reconnect and on_error

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tweetstream-2.0.0 CHANGELOG.md