Skip to content

Releases: aio-libs/yarl

1.8.2

03 Dec 04:50
v1.8.2
def4970

Choose a tag to compare

This is the first release that started shipping wheels for Python 3.11.

1.8.1

02 Aug 07:14
v1.8.1
68e7d93

Choose a tag to compare

Misc

1.8.0

01 Aug 19:09
v1.8.0
51a5483

Choose a tag to compare

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:index docs. ((#665)_)

Deprecations and Removals

  • Dropped Python 3.6 support. ((#672)_)

Misc

v1.7.2

01 Nov 20:25

Choose a tag to compare

Bugfixes

  • Changed call in with_port() to stop reencoding parts of the URL that were already encoded. ((#623)_)

v1.7.1

07 Oct 11:49

Choose a tag to compare

Bugfixes

  • Fix 1.7.0 build error

v1.7.0a4

06 Oct 11:11

Choose a tag to compare

Features

  • Add __bytes__() magic method so that bytes(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 musl tag targeting typical Alpine Linux runtimes. ((#622)_)
  • Added support for Python 3.10. ((#622)_)

v1.7.0

06 Oct 13:35

Choose a tag to compare

Features

  • Add __bytes__() magic method so that bytes(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 musl tag targeting typical Alpine Linux runtimes. ((#622)_)
  • Added support for Python 3.10. ((#622)_)

v1.7.0a2

05 Oct 08:22

Choose a tag to compare

Features

  • Started shipping platform-specific wheels with the musl tag targeting typical Alpine Linux runtimes.Started shipping platform-specific arm64 wheels for Apple Silicon. ((#622)_)
  • Started shipping platform-specific wheels with the musl tag targeting typical Alpine Linux runtimes. ((#622)_)
  • Added support Python 3.10 ((#622)_)

yarl 1.6.3 release

14 Nov 20:19

Choose a tag to compare

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

14 Nov 20:19

Choose a tag to compare

Bugfixes

  • Provide generated .c files in TarBall distribution.
    #530 <https://github.com/aio-libs/multidict/issues/530>_