Skip to content

Releases: aio-libs/yarl

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

yarl 0.10.1

03 May 16:16
Compare
Choose a tag to compare

Changes

  • Unexpected compare behaviour #73

  • Do not quote or unquote + if not a query string. #74

yarl 0.10.0

14 Mar 19:26
Compare
Choose a tag to compare

CHANGES

  • Added URL.build class method #58

  • Added path_qs attribute #42

yarl 0.9.8

16 Feb 18:41
Compare
Choose a tag to compare

CHANGES

  • Do not quote ":" in path

yarl 0.9.7

16 Feb 18:05
Compare
Choose a tag to compare

CHANGES

  • Load from pickle without _cache #56
  • Percent-encoded pluses in path variables become spaces #59

yarl 0.9.6

15 Feb 14:27
Compare
Choose a tag to compare

CHANGES

  • Revert backward incompatible change (BaseURL)

yarl 0.9.5

15 Feb 06:59
Compare
Choose a tag to compare

CHANGES

  • Fix BaseURL rich comparison support

yarl 0.9.4

15 Feb 06:11
Compare
Choose a tag to compare

CHANGES

  • Use BaseURL