script/lib/tweetstream/CHANGELOG
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 08 Mar 2011 10:57:18 +0100
changeset 52 d522fd390921
parent 12 4daf47fcf792
child 13 79b6e132e3d7
permissions -rw-r--r--
TEST SUR IE 9 ( changer le host de la library tooltip pour optimisation maximum)

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