Sourced from yarl's releases.
1.22.0
Features
Added arm64 Windows wheel builds -- by :user:
finnagin.Related issues and pull requests on GitHub: #1516.
1.20.1
Bug fixes
Started raising a :exc:
ValueErrorexception raised for corrupted IPv6 URL values.These fixes the issue where exception :exc:
IndexErrorwas leaking from the internal code because of not being handled and transformed into a user-facing error. The problem was happening under the following conditions: empty IPv6 URL, brackets in reverse order.-- by :user:
MaelPic.Related issues and pull requests on GitHub: #1512.
Packaging updates and notes for downstreams
Updated to use Cython 3.1 universally across the build path -- by :user:
lysnikolaou.Related issues and pull requests on GitHub: #1514.
Made Cython line tracing opt-in via the
with-cython-tracingbuild config setting -- by :user:bdraco.Previously, line tracing was enabled by default in :file:
pyproject.toml, which caused build issues for some users and made wheels nearly twice as slow. Now line tracing is only enabled when explicitly requested viapip install . --config-setting=with-cython-tracing=trueor by setting theYARL_CYTHON_TRACINGenvironment variable.Related issues and pull requests on GitHub: #1521.
Sourced from yarl's changelog.
1.22.0
(2025-10-05)
Features
Added arm64 Windows wheel builds -- by :user:
finnagin.Related issues and pull requests on GitHub: :issue:
1516.
ed241de
Release 1.22.0 (#1569)38588fb
Add windows arm64 wheel builds (#1516)Sourced from propcache's releases.
0.4.1
Bug fixes
Fixed reference leak caused by
Py_INCREFbecause Cython has its own reference counter systems -- by :user:Vizonex.Related issues and pull requests on GitHub: #162.
Contributor-facing changes
Fixes the default value for the
osparameter inreusable-build-wheel.ymlto beubuntu-latestinstead ofubuntu.Related issues and pull requests on GitHub: #155.
Sourced from propcache's changelog.
0.4.1
(2025-10-08)
Bug fixes
Fixed reference leak caused by
Py_INCREFbecause Cython has its own reference counter systems -- by :user:Vizonex.Related issues and pull requests on GitHub: :issue:
162.Contributor-facing changes
Fixes the default value for the
osparameter inreusable-build-wheel.ymlto beubuntu-latestinstead ofubuntu.Related issues and pull requests on GitHub: :issue:
155.
410fc93
Release 0.4.1 (#163)fc73c8f
Fix Ref Leak (#162)21ef369
Bump github/codeql-action from 3 to 4 (#160)beb42ef
Bump pytest-codspeed from 4.0.0 to 4.1.1 (#161)48b7325
Update default os parameter in reusable-build-wheel.yml to
'ubuntu-latest' (#...488c647
Bump version to 0.4.1.dev0 (#151)