Closed renovate[bot] closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.62%. Comparing base (
a672599
) to head (0e3f901
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
==1.11.1
->==1.13.1
Release Notes
aio-libs/yarl (yarl)
### [`v1.13.1`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1131) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.13.0...v1.13.1) \====== *(2024-09-27)* ## Miscellaneous internal changes - Improved performance of calling :py:meth:`~yarl.URL.build` with `authority` -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1163`. *** ### [`v1.13.0`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1130) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.12.1...v1.13.0) \====== *(2024-09-26)* ## Bug fixes - Started rejecting ASCII hostnames with invalid characters. For host strings that look like authority strings, the exception message includes advice on what to do instead -- by :user:`mjpieters`. *Related issues and pull requests on GitHub:* :issue:`880`, :issue:`954`. - Fixed IPv6 addresses missing brackets when the :class:`~yarl.URL` was converted to a string -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1157`, :issue:`1158`. ## Features - Added :attr:`~yarl.URL.host_subcomponent` which returns the :rfc:`3986#section-3.2.2` host subcomponent -- by :user:`bdraco`. The only current practical difference between :attr:`~yarl.URL.raw_host` and :attr:`~yarl.URL.host_subcomponent` is that IPv6 addresses are returned bracketed. *Related issues and pull requests on GitHub:* :issue:`1159`. *** ### [`v1.12.1`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1121) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.12.0...v1.12.1) \====== *(2024-09-23)* No significant changes. *** ### [`v1.12.0`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1120) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.11.1...v1.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:`1057`. *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`. ***Configuration
📅 Schedule: Branch creation - "on the 1st day of the month" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.