1.15.3
github-actions
released this
15 Oct 23:45
·
132 commits
to master
since this release
Bug fixes
-
Fixed :py:meth:
~yarl.URL.build
failing 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.URL
when the net location is only the host -- by :user:bdraco
.Related issues and pull requests on GitHub:
#1271.