Skip to content

chore(api): update dependency aiohttp to v3.8.6 (stable)

RenovateBot requested to merge renovate/stable-api-aiohttp-3.x into stable

This MR contains the following updates:

Package Type Update Change
aiohttp dependencies patch ==3.8.5 -> ==3.8.6

Release Notes

aio-libs/aiohttp (aiohttp)

v3.8.6: 3.8.6

Compare Source

Security bugfixes

Deprecation

  • Added fallback_charset_resolver parameter in ClientSession to allow a user-supplied character set detection function.

    Character set detection will no longer be included in 3.9 as a default. If this feature is needed, please use fallback_charset_resolver <https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection>_.

    (#​7561)

Features

  • Enabled lenient response parsing for more flexible parsing in the client (this should resolve some regressions when dealing with badly formatted HTTP responses). -- by :user:Dreamsorcerer

    (#​7490)

Bugfixes

  • Fixed PermissionError when .netrc is unreadable due to permissions.

    (#​7237)

  • Fixed output of parsing errors pointing to a \n. -- by :user:Dreamsorcerer

    (#​7468)

  • Fixed GunicornWebWorker max_requests_jitter not working.

    (#​7518)

  • Fixed sorting in filter_cookies to use cookie with longest path. -- by :user:marq24.

    (#​7577)

  • Fixed display of BadStatusLine messages from llhttp_. -- by :user:Dreamsorcerer

    (#​7651)



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports