File tree 4 files changed +31
-3
lines changed
4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
.. towncrier release notes start
12
12
13
+ 3.11.7 (2024-11-21)
14
+ ===================
15
+
16
+ Bug fixes
17
+ ---------
18
+
19
+ - Fixed the HTTP client not considering the connector's ``force_close `` value when setting the ``Connection `` header -- by :user: `bdraco `.
20
+
21
+
22
+ *Related issues and pull requests on GitHub: *
23
+ :issue: `10003 `.
24
+
25
+
26
+
27
+
28
+ Miscellaneous internal changes
29
+ ------------------------------
30
+
31
+ - Improved performance of serializing HTTP headers -- by :user: `bdraco `.
32
+
33
+
34
+ *Related issues and pull requests on GitHub: *
35
+ :issue: `10014 `.
36
+
37
+
38
+
39
+
40
+ ----
41
+
42
+
13
43
3.11.6 (2024-11-19)
14
44
===================
15
45
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- __version__ = "3.11.7.dev0 "
1
+ __version__ = "3.11.7"
2
2
3
3
from typing import TYPE_CHECKING , Tuple
4
4
You can’t perform that action at this time.
0 commit comments