Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yarl to 1.1.1 #304

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of yarl available.
You are currently using 0.12.0. I have updated it to 1.1.1

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.1.1


  • Fix performance regression: don't encode enmpty netloc (170)

1.1.0


  • Make pure Python quoter consistent with Cython version (162)

1.0.0


  • Use fast path if quoted string does not need requoting (154)
  • Speed up quoting/unquoting by _Quoter and _Unquoter classes (155)
  • Drop yarl.quote and yarl.unquote public functions (155)
  • Add custom string writer, reuse static buffer if available (157)
    Code is 50-80 times faster than Pure Python version (was 4-5 times faster)
  • Don't recode IP zone (144)
  • Support encoded=True in yarl.URL.build() (158)
  • Fix updating query with multiple keys (160)

0.18.0


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

0.17.0


  • Use IDNA 2008 for domain name processing (149)

0.16.0


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

0.15.0


  • Add raw_path_qs attribute (137)

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 (123)
  • Fix "ValueError: Unallowed PCT %" when there's a "%" in the url (124)

0.13.0


  • 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)

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@pyup-bot pyup-bot mentioned this pull request Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant