summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2012-08-28 12:19:28 -0400
committerJoe Gregorio <jcgregorio@google.com>2012-08-28 12:19:28 -0400
commited72cba49248fa51f5787d4a2c19f36297a9ee5f (patch)
tree77b14c2d9f0eb3446f9f2018208012239e340fba /CHANGELOG
parent5a16772caf5ff75722794406143c24ced4e4164d (diff)
downloadhttplib2-ed72cba49248fa51f5787d4a2c19f36297a9ee5f.tar.gz
Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes issue #222.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4aaf05d..a2d9cbd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,22 @@
+0.7.5
+ Keys are lowercase in a Response object, regardless of how Response object is constructed.
+ Add control so that Authorization: headers aren't forwarded on a 3xx response by default.
+ Set the reason correctly when running on App Engine. Patch from Alain Vongsouvanh. Reviewed in http://codereview.appspot.com/6422051/
+ Fix proxy socks for SSL connections. Fixes issue #199.
+ You can now set httplib2.RETRIES to the number of retries before a request
+ is considered to fail It is set to a default of 2 to mimic the traditional
+ behavior of httplib2.
+
+ The following issues have been addressed:
+
+ 223 HEAD requests fail calling the close() method of ResponseDict instance.
+ 222 Can't disable cert validation in appengine
+ 204 Credentials can leak in HTTP redirects
+ 210 Different API between Python 2 and Python 3 version breaks wsgi_intercept
+ 214 ValueError on malformated cache entries
+ 204 Credentials can leak in HTTP redirects
+
+
0.7.3
ProxyInfo objects now can construct themselves from environment
variables commonly-used in Unix environments. By default, the Http