1.12.0
·
265 commits
to master
since this release
Features
-
Added :attr:
~yarl.URL.path_safe
to be able to fetch the path without%2F
and%25
decoded -- by :user:bdraco
.Related issues and pull requests on GitHub:
#1150.
Removals and backward incompatible breaking changes
-
Restore decoding
%2F
(/
) inURL.path
-- by :user:bdraco
.This change restored the behavior before #1057.
Related issues and pull requests on GitHub:
#1151.
Miscellaneous internal changes
-
Improved performance of processing paths -- by :user:
bdraco
.Related issues and pull requests on GitHub:
#1143.