1.0.0:
Use fast path if quoted string does not need requoting
Speed up quoting/unquoting by _Quoter and _Unquoter classes
Drop yarl.quote and yarl.unquote public functions
Add custom string writer, reuse static buffer if available; Code is 50-80 times faster than Pure Python version (was 4-5 times faster)
Don’t recode IP zone
Support encoded=True in yarl.URL.build()
Fix updating query with multiple keys
0.14.2:
Restore strict parameter as no-op in quote/unquote
0.14.1:
Restore strict parameter as no-op for sake of compatibility with aiohttp 2.2
0.14.0:
Drop strict mode
Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url
0.13.0:
Document encoded parameter
Support relative urls like ‘?key=value’
Unsafe encoding for QS fixed. Encode ; char in value param
Process passwords without user names