File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 4
4
dev (master)
5
5
------------
6
6
7
+ * ... [Short description of non-trivial change.] (Issue #)
8
+
9
+
10
+ 1.24 (2018-10-16)
11
+ -----------------
12
+
13
+ * Allow key_server_hostname to be specified when initializing a PoolManager to allow custom SNI to be overridden. (Pull #1449)
14
+
15
+ * Test against Python 3.7 on AppVeyor. (Pull #1453)
16
+
17
+ * Early-out ipv6 checks when running on App Engine. (Pull #1450)
18
+
19
+ * Change ambiguous description of backoff_factor (Pull #1436)
20
+
7
21
* Add ability to handle multiple Content-Encodings (Issue #1441 and Pull #1442)
8
22
9
23
* Skip DNS names that can't be idna-decoded when using pyOpenSSL (Issue #1405).
@@ -16,10 +30,10 @@ dev (master)
16
30
* Fixed bug where responses with header Content-Type: message/* erroneously
17
31
raised HeaderParsingError, resulting in a warning being logged. (Pull #1439)
18
32
19
- * ... [Short description of non-trivial change.] (Issue # )
33
+ * Move urllib3 to src/urllib3 (Pull #1409 )
20
34
21
35
22
- 1.23 (2018-06-05 )
36
+ 1.23 (2018-06-04 )
23
37
-----------------
24
38
25
39
* Allow providing a list of headers to strip from requests when redirecting
You can’t perform that action at this time.
0 commit comments