script/lib/tweetstream/CHANGELOG
changeset 527 80e5b9543cac
parent 14 10e7a0c7c64f
--- a/script/lib/tweetstream/CHANGELOG	Thu Feb 16 16:40:16 2012 +0100
+++ b/script/lib/tweetstream/CHANGELOG	Mon Feb 20 01:35:15 2012 +0100
@@ -52,3 +52,17 @@
  - Changed API to match latest twitter endpoints. This adds SampleStream and
    FilterStream and deprecates TweetStream, FollowStream, LocationStream,
    TrackStream and ReconnectingTweetStream.
+
+1.1.0
+
+ - Fixed issues #2 and #12, related to low volume streams not yielding tweets
+   until a relatively large buffer was filled. This meant that tweets would
+   arrive in bunches, not immediatly.
+ - Switched to HTTPS urls for streams. Twitter will switch off HTTP streams
+   on 29. sept. 2011.
+ - Added support for Python 3
+
+1.1.1
+
+ - Fixed issue #16. Odd case where python_version_tuple was returning ints
+   rather than the strings the docs promis. Make sure we always cast to int.