You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+10
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
2.0.7 (2023-10-17)
2
+
==================
3
+
4
+
* Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.
5
+
1
6
2.0.6 (2023-10-02)
2
7
==================
3
8
@@ -167,6 +172,11 @@ Fixed
167
172
* Fixed a socket leak if ``HTTPConnection.connect()`` fails (`#2571 <https://github.com/urllib3/urllib3/pull/2571>`__).
168
173
* Fixed ``urllib3.contrib.pyopenssl.WrappedSocket`` and ``urllib3.contrib.securetransport.WrappedSocket`` close methods (`#2970 <https://github.com/urllib3/urllib3/issues/2970>`__)
169
174
175
+
1.26.18 (2023-10-17)
176
+
====================
177
+
178
+
* Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.
0 commit comments