Releases: aio-libs/yarl
Releases · aio-libs/yarl
1.8.2
This is the first release that started shipping wheels for Python 3.11.
1.8.1
1.8.0
Features
- Added
URL.raw_suffix,URL.suffix,URL.raw_suffixes,URL.suffixes,URL.with_suffix. ((#613)_)
Improved Documentation
- Fixed broken internal references to :meth:
~URL.human_repr. ((#665)_) - Fixed broken external references to :doc:
multidict:indexdocs. ((#665)_)
Deprecations and Removals
- Dropped Python 3.6 support. ((#672)_)
Misc
v1.7.2
v1.7.1
Bugfixes
- Fix 1.7.0 build error
v1.7.0a4
Features
- Add
__bytes__()magic method so thatbytes(url)will work and use optimal ASCII encoding. ((#582)_) - Started shipping platform-specific arm64 wheels for Apple Silicon. ((#622)_)
- Started shipping platform-specific wheels with the
musltag targeting typical Alpine Linux runtimes. ((#622)_) - Added support for Python 3.10. ((#622)_)
v1.7.0
Features
- Add
__bytes__()magic method so thatbytes(url)will work and use optimal ASCII encoding. ((#582)_) - Started shipping platform-specific arm64 wheels for Apple Silicon. ((#622)_)
- Started shipping platform-specific wheels with the
musltag targeting typical Alpine Linux runtimes. ((#622)_) - Added support for Python 3.10. ((#622)_)
v1.7.0a2
Features
- Started shipping platform-specific wheels with the
musltag targeting typical Alpine Linux runtimes.Started shipping platform-specific arm64 wheels for Apple Silicon. ((#622)_) - Started shipping platform-specific wheels with the
musltag targeting typical Alpine Linux runtimes. ((#622)_) - Added support Python 3.10 ((#622)_)
yarl 1.6.3 release
Bugfixes
- No longer loose characters when decoding incorrect percent-sequences (like
%e2%82%f8). All non-decodable percent-sequences are now preserved.
#517 <https://github.com/aio-libs/yarl/issues/517>_ - Provide x86 Windows wheels.
#535 <https://github.com/aio-libs/yarl/issues/535>_
yarl 1.6.2 release
Bugfixes
- Provide generated
.cfiles in TarBall distribution.
#530 <https://github.com/aio-libs/multidict/issues/530>_