Skip to content

Releases: aio-libs/yarl

yarl 0.18.0 release

10 Jan 12:36
ce90707
Compare
Choose a tag to compare

Changes

  • Fallback to IDNA 2003 if domain name is not IDNA 2008 compatible (#152)

yarl 0.17.0 release

05 Jan 11:37
Compare
Choose a tag to compare

Changes

  • Use IDNA 2008 for domain name processing (#149)

yarl 0.16.0 release

07 Dec 19:58
Compare
Choose a tag to compare

Changes

  • Fix raising TypeError by url.query_string() after
    url.with_query({}) (empty mapping) #141

yarl 0.15.0 release

23 Nov 16:13
Compare
Choose a tag to compare

Changes

  • Add raw_path_qs attribute (#137)

yarl 0.14.1 release

13 Nov 18:38
Compare
Choose a tag to compare

No new functionality but fix backward incompatibility with aiohttp 2.2:

  • Restore strict parameter as no-op for sake of compatibility with
    aiohttp 2.2

yarl 0.14.0 release

11 Nov 11:55
Compare
Choose a tag to compare

Changes

  • Drop strict mode (#123)

  • Fix "ValueError: Unallowed PCT %" when there's a "%" in the url (#124)

yarl 0.13.0

01 Oct 11:22
Compare
Choose a tag to compare

Changes

  • Document encoded parameter (#102)

  • Support relative urls like '?key=value' (#100)

  • Unsafe encoding for QS fixed. Encode ; char in value param (#104)

  • Process passwords without user names (#95)

yarl 0.11.0

26 Jun 21:18
Compare
Choose a tag to compare

Changes

  • Normalize path #86

  • Clear query and fragment parts in .with_path() #85

yarl 0.10.3

13 Jun 19:53
Compare
Choose a tag to compare
  • Prevent double URL args unquoting #83

yarl 0.10.2

08 May 21:06
Compare
Choose a tag to compare

Changes

  • Unexpected hash behaviour #75