Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.17.0
->==1.18.0
Release Notes
aio-libs/yarl (yarl)
v1.18.0
Compare Source
======
(2024-11-21)
Features
Added
keep_query
andkeep_fragment
flags in the :py:meth:yarl.URL.with_path
, :py:meth:yarl.URL.with_name
and :py:meth:yarl.URL.with_suffix
methods, allowing users to optionally retain the query string and fragment in the resulting URL when replacing the path -- by :user:paul-nameless
.Related issues and pull requests on GitHub:
:issue:
111
, :issue:1421
.Contributor-facing changes
Started running downstream
aiohttp
tests in CI -- by :user:Cycloctane
.Related issues and pull requests on GitHub:
:issue:
1415
.Miscellaneous internal changes
Improved performance of converting :class:
~yarl.URL
to a string -- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
1422
.v1.17.2
Compare Source
======
(2024-11-17)
Bug fixes
Stopped implicitly allowing the use of Cython pre-release versions when
building the distribution package -- by :user:
ajsanchezsanz
and:user:
markgreene74
.Related issues and pull requests on GitHub:
:issue:
1411
, :issue:1412
.Fixed a bug causing :attr:
~yarl.URL.port
to return the default port when the given port was zero-- by :user:
gmacon
.Related issues and pull requests on GitHub:
:issue:
1413
.Features
Make error messages include details of incorrect type when
port
is not int in :py:meth:~yarl.URL.build
.-- by :user:
Cycloctane
.Related issues and pull requests on GitHub:
:issue:
1414
.Packaging updates and notes for downstreams
Stopped implicitly allowing the use of Cython pre-release versions when
building the distribution package -- by :user:
ajsanchezsanz
and:user:
markgreene74
.Related issues and pull requests on GitHub:
:issue:
1411
, :issue:1412
.Miscellaneous internal changes
Improved performance of the :py:meth:
~yarl.URL.joinpath
method -- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
1418
.v1.17.1
Compare Source
======
(2024-10-30)
Miscellaneous internal changes
Improved performance of many :class:
~yarl.URL
methods -- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
1396
, :issue:1397
, :issue:1398
.Improved performance of passing a
dict
orstr
to :py:meth:~yarl.URL.extend_query
-- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
1401
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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.