Closed renovate[bot] closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.36%. Comparing base (
ea0f87e
) to head (8f6cfb3
). Report is 1 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.15.1
->1.15.3
Release Notes
aio-libs/yarl (yarl)
### [`v1.15.3`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1153) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.15.2...v1.15.3) \====== *(2024-10-15)* ## Bug fixes - Fixed :py:meth:`~yarl.URL.build` failing to validate paths must start with a `/` when passing `authority` -- by :user:`bdraco`. The validation only worked correctly when passing `host`. *Related issues and pull requests on GitHub:* :issue:`1265`. ## Removals and backward incompatible breaking changes - Removed support for Python 3.8 as it has reached end of life -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1203`. ## Miscellaneous internal changes - Improved performance of constructing :class:`~yarl.URL` when the net location is only the host -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1271`. *** ### [`v1.15.2`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1152) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.15.1...v1.15.2) \====== *(2024-10-13)* ## Miscellaneous internal changes - Improved performance of converting :class:`~yarl.URL` to a string -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1234`. - Improved performance of :py:meth:`~yarl.URL.joinpath` -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1248`, :issue:`1250`. - Improved performance of constructing query strings from :class:`~multidict.MultiDict` -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1256`. - Improved performance of constructing query strings with `int` values -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1259`. ***Configuration
📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.