File tree 5 files changed +41
-6
lines changed
5 files changed +41
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
.. towncrier release notes start
12
12
13
+ 3.10.7 (2024-09-27)
14
+ ===================
15
+
16
+ Bug fixes
17
+ ---------
18
+
19
+ - Fixed assembling the :class: `~yarl.URL ` for web requests when the host contains a non-default port or IPv6 address -- by :user: `bdraco `.
20
+
21
+
22
+ *Related issues and pull requests on GitHub: *
23
+ :issue: `9309 `.
24
+
25
+
26
+
27
+
28
+ Miscellaneous internal changes
29
+ ------------------------------
30
+
31
+ - Improved performance of determining if a URL is absolute -- by :user: `bdraco `.
32
+
33
+ The property :attr: `~yarl.URL.absolute ` is more performant than the method ``URL.is_absolute() `` and preferred when newer versions of yarl are used.
34
+
35
+
36
+ *Related issues and pull requests on GitHub: *
37
+ :issue: `9171 `.
38
+
39
+
40
+
41
+ - Replaced code that can now be handled by ``yarl `` -- by :user: `bdraco `.
42
+
43
+
44
+ *Related issues and pull requests on GitHub: *
45
+ :issue: `9301 `.
46
+
47
+
48
+
49
+
50
+ ----
51
+
52
+
13
53
3.10.6 (2024-09-24)
14
54
===================
15
55
Load Diff This file was deleted.
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.10.6.dev0 "
1
+ __version__ = "3.10.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