Sha256: 96a186e29bcad00d14161997f06590321114de9ca0c97a147fa29f2858e0688d

Contents?: true

Size: 1.65 KB

Versions: 4

Compression:

Stored size: 1.65 KB

Contents

Version 2.0.1
=============

* Fixed Twitter gem objects
* Added on_unauthorized callback method (koenpunt)

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 method
* 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

4 entries across 4 versions & 1 rubygems

Version Path
tweetstream-2.3.0 CHANGELOG.md
tweetstream-2.2.0 CHANGELOG.md
tweetstream-2.1.0 CHANGELOG.md
tweetstream-2.0.1 CHANGELOG.md