script/lib/tweetstream/CHANGELOG
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 25 May 2011 10:45:52 +0200
changeset 161 030e729e4c62
parent 12 4daf47fcf792
child 13 79b6e132e3d7
permissions -rw-r--r--
correction about

0.1

 - Initial version

0.2

 - Improved error handling
 - Added AuthenticationError and ConnectionError exceptions
 - Added ReconnectingTweetStream class that supports automatically
   reconnecting if the connection is dropped

0.3

 - Fixed bugs in authtentication
 - Added TrackStream and FollowStream classes
 - Added list of endpoint names, and made them legal values for the url arg

0.3.1

 - Added lots of tests
 - Added proper handling of keepalive newlines
 - Improved handling of closing streams
 - Added missing anyjson dependency to setup
 - Fixed bug where newlines and malformed content were counted as a tweet

0.3.2

 - This release was skipped over, due to maintainer brainfart.

0.3.3

 - Fixed setup.py so it wont attempt to load modules that aren't installed
   yet. Fixes installation issue.

0.3.4

 - Updated to latest twitter streaming urls
 - Fixed a bug where we tried to call a method on None

0.3.5

 - Removed a spurious print statement left over from debugging
 - Introduced common base class for all tweetstream exceptions
 - Make sure we raise a sensible error on 404. Include url in desc of that error