Skip to content

Releases: aio-libs/yarl

yarl 0.9.3

15 Feb 05:32
Compare
Choose a tag to compare

CHANGES

  • Added BaseURL

yarl 0.9.2

08 Feb 17:45
Compare
Choose a tag to compare

CHANGES

  • Remove debug print

yarl 0.9.1

07 Feb 19:35
Compare
Choose a tag to compare

CHANGES

  • Do not lose tail chars #45

yarl 0.9.0

07 Feb 18:42
Compare
Choose a tag to compare

CHANGES

  • Allow to quote % in non strict mode #21
  • Incorrect parsing of query parameters with %3B (;) inside #34
  • core dumps #41
  • tmpbuf - compiling error #43
  • Added URL.update_path() method
  • Added URL.update_query() method #47

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/'