Skip to content

Releases: aio-libs/yarl

yarl 0.8.0

03 Dec 12:55
Compare
Choose a tag to compare

Changes

  • Support more verbose error messages in .with_query() #24
  • Don't percent-encode @ and : in path #32
  • Don't expose yarl.quote and yarl.unquote, these functions are
    part of private API

yarl 0.7.0

07 Nov 18:55
Compare
Choose a tag to compare

The library now accepts int as value for kwargs/mapping in .with_query()

Also the release fixes a subtle bug with comparison urls with query part but empty path part.

yarl 0.6.0

07 Nov 14:35
Compare
Choose a tag to compare

Changes

  • Explicitly use UTF8 encoding in setup.py #20
  • Properly unquote non-UTF8 strings #19

yarl 0.4

27 Sep 16:49
Compare
Choose a tag to compare

Changes

  • Introduce relative() #16

yarl 0.3.0 release

26 Sep 20:13
Compare
Choose a tag to compare

CHANGES

  • Introduce is_default_port()

yarl 0.2.1 release

26 Sep 19:56
Compare
Choose a tag to compare

CHANGES

  • Raise ValueError for URLs like 'http://:8080/'

yarl 0.2.0

18 Sep 11:05
Compare
Choose a tag to compare

The release fixes bugs related to path joining #12