Bug fixes
-
Fixed :py:meth:
~yarl.URL.buildfailing to validate paths must start with a/when passingauthority-- by :user:bdraco.The validation only worked correctly when passing
host.Related issues and pull requests on GitHub:
#1265.
Removals and backward incompatible breaking changes
-
Removed support for Python 3.8 as it has reached end of life -- by :user:
bdraco.Related issues and pull requests on GitHub:
#1203.
Miscellaneous internal changes
-
Improved performance of constructing :class:
~yarl.URLwhen the net location is only the host -- by :user:bdraco.Related issues and pull requests on GitHub:
#1271.