summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2014-08-29 10:32:18 -0400
committerKenneth Reitz <me@kennethreitz.com>2014-08-29 10:32:18 -0400
commit95161ed313db11296c3bd473336340dbb19bb347 (patch)
treead6b385fee1424258097703f8d4a2a6a587e10a0 /HISTORY.rst
parent1fcda912dbac57cd4e0f557fb611ea46c200cb4e (diff)
downloadpython-requests-2.4.0.tar.gz
v2.4.0 changelogv2.4.0
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index aeff9468..26d5c65b 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)
++++++++++++++++++