From: Kenneth Reitz Date: Fri, 29 Aug 2014 14:32:18 +0000 (-0400) Subject: v2.4.0 changelog X-Git-Tag: v2.4.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95161ed313db11296c3bd473336340dbb19bb347;p=services%2Fpython-requests.git v2.4.0 changelog --- diff --git a/HISTORY.rst b/HISTORY.rst index aeff946..26d5c65 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,21 @@ Release History --------------- -2.3.1 (?) -+++++++++ +2.4.0 (2014-08-29) +++++++++++++++++++ + +**Behavioral Changes** + +- ``Connection: keep-alive`` header is now sent automatically. + +**Improvements** + +- Support for connect timeouts! Timeout now accepts a tuple (connect, read) which is used to set individual connect and read timeouts. +- Allow copying of PreparedRequests without headers/cookies. +- Updated bundled urllib3 version. +- Refactored settings loading from environment — new `Session.merge_environment_settings`. +- Handle socket errors in iter_content. -- Allow copying of PreparedRequests without headers/cookies 2.3.0 (2014-05-16) ++++++++++++++++++