File tree Expand file tree Collapse file tree 5 files changed +41
-6
lines changed
Expand file tree Collapse file tree 5 files changed +41
-6
lines changed Original file line number Diff line number Diff line change 1010
1111.. towncrier release notes start
1212
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+
13533.10.6 (2024-09-24)
1454===================
1555
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 "
22
33from typing import TYPE_CHECKING , Tuple
44
You can’t perform that action at this time.
0 commit comments