From: Cory Benfield Date: Thu, 9 Jan 2014 19:10:30 +0000 (+0000) Subject: Changelog for 2.2.0. X-Git-Tag: v2.2.0~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48e2ecc14d998e342fec8de8f6a845887972de20;p=services%2Fpython-requests.git Changelog for 2.2.0. --- diff --git a/HISTORY.rst b/HISTORY.rst index 91d7505..4fb4cf2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,21 @@ Release History --------------- -2.x.y (yyyy-mm-dd) +2.2.0 (2014-01-09) ++++++++++++++++++ +**API Changes** +- New exception: ``ContentDecodingError``. Raised instead of ``urllib3`` + ``DecodeError`` exceptions. + +**Bugfixes** +- Avoid many many exceptions from the buggy implementation of ``proxy_bypass`` + on OS X in Python 2.6. +- Avoid crashing when attempting to get authentication credentions from + ~/.netrc when running as a user without a home directory. +- Use the correct pool size for pools of connections to proxies. +- Fix iteration of ``CookieJar`` objects. +- Ensure that cookies are persisted over redirect. - Switch back to using chardet since charade has merged with it 2.1.0 (2013-12-05)