script/lib/tweetstream/CHANGELOG
changeset 14 10e7a0c7c64f
parent 13 79b6e132e3d7
--- a/script/lib/tweetstream/CHANGELOG	Fri Jul 01 10:15:32 2011 +0200
+++ b/script/lib/tweetstream/CHANGELOG	Mon Feb 20 00:12:16 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.