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
0.3.6
- Added LocationStream class for filtering on location bounding boxes.
1.0.0
- Changed API to match latest twitter endpoints. This adds SampleStream and
FilterStream and deprecates TweetStream, FollowStream, LocationStream,
TrackStream and ReconnectingTweetStream.