Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 23, 2024
1 parent e7c47b1 commit 2901911
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 6 deletions.
38 changes: 38 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,44 @@ Changelog

.. towncrier release notes start
1.12.0
======

*(2024-09-23)*


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:*
:issue:`1150`.


Removals and backward incompatible breaking changes
---------------------------------------------------

- Restore decoding ``%2F`` (``/``) in ``URL.path`` -- by :user:`bdraco`.

This change restored the behavior before :issue:`1136`.

*Related issues and pull requests on GitHub:*
:issue:`1151`.


Miscellaneous internal changes
------------------------------

- Improved performance of processing paths -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`1143`.


----


1.11.1
======

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1143.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1150.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGES/1151.breaking.rst

This file was deleted.

2 changes: 1 addition & 1 deletion yarl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
cache_info,
)

__version__ = "1.11.2.dev0"
__version__ = "1.12.0"

__all__ = (
"URL",
Expand Down

0 comments on commit 2901911

Please sign in to comment.