Skip to content

1.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 20:25
· 29 commits to master since this release
56e51de

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 (/) in URL.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.