Sourced from yarl's changelog.
v1.24.5
(2026-07-19)
Contributor-facing changes
Restricted the exhaustive IDNA default-ignorable sweep test to a native Linux x86_64 runner. It iterates roughly 140,000 code points and its result does not depend on the architecture, so running it under emulated wheel builds only added minutes and intermittently crashed the test workers -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
1806.
v1.24.4
(2026-07-19)
Packaging updates and notes for downstreams
Stopped installing
hypothesisin the wheel-build test environment. The property-based quoting tests that need it are skipped there already, and building it from source on architectures without a prebuilt wheel (such asarmv7lmusllinux, where the build pulls in a Rust toolchain) was failing the wheel jobs -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
1804.
v1.24.3
(2026-07-19)
... (truncated)
0b30cb0
Release 1.24.5 (#1807)56150c8
Run the IDNA sweep test only on native Linux x86_64 (#1806)515adca
Release 1.24.4 (#1805)ab5dec2
Do not install hypothesis in the wheel-build test env (#1804)f9d10fb
Release 1.24.3 (#1803)058b7cb
Test lone surrogate handling in encoded and parsed URL paths (#991)a181cee
Update hypothesis requirement from >=6.156.4 to >=6.157.0 in
/requirements (#...28c1bcc
Encode scheme-shaped path colon in relative-path builders (#1802)51e2802
Reject hosts with Unicode default-ignorable code points (#1801)3921a73
Drop lone surrogates that split a percent escape in the Cython quoter
(#1752)Sourced from aiofastnet's releases.
0.20.0
- Performance improvements from
@river-walrasin SSL fallback engine.- Fix potential hangups in SSLEngineFallback for some specific ssl MemoryBIO sizes.
- Simplify logic by always using SSLTransport_Transport when ssl fallback engine is used.
Sourced from aiofastnet's changelog.
0.20.0
- Performance improvements from
@river-walrasin SSL fallback engine.- Fix potential hangups in SSLEngineFallback for some specific ssl MemoryBIO sizes.
- Simplify logic by always using SSLTransport_Transport when ssl fallback engine is used.
5874cfa
Fix warninga5136e6
Merge pull request #48
from tarasko/simplify_fallback_engineb5e4202
Fix tests9d2375c
Fix tests5b48e0a
Cleanup514f1ec
Simplify read path when run with fallback engine46d997a
Merge pull request #46
from tarasko/better_mid_size_payload_perfc77b1e7
Update HISTORY94e5ac3
Remove incorrect code87beb32
Cleanup