1.11.1
github-actions
released this
09 Sep 21:29
·
224 commits
to master
since this release
Bug fixes
-
Allowed scheme replacement for relative URLs if the scheme does not require a host -- by :user:
bdraco
. -
Allowed empty host for URL schemes other than the special schemes listed in the WHATWG URL spec -- by :user:
bdraco
.Related issues and pull requests on GitHub:
#1136.
Features
-
Loosened restriction on integers as query string values to allow classes that implement
__int__
-- by :user:bdraco
.Related issues and pull requests on GitHub:
#1139.
Miscellaneous internal changes
-
Improved performance of normalizing paths -- by :user:
bdraco
.Related issues and pull requests on GitHub:
#1137.