Skip to content

Update dependency aiohttp to v3.8.1 - autoclosed

igswsihw-wmadepbot requested to merge renovate/aiohttp-3.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
aiohttp ==3.8.0 -> ==3.8.1 age adoption passing confidence

Release Notes

aio-libs/aiohttp

v3.8.1

Compare Source

==================

Bugfixes

  • Fix the error in handling the return value of getaddrinfo. getaddrinfo will return an (int, bytes) tuple, if CPython could not handle the address family. It will cause a index out of range error in aiohttp. For example, if user compile CPython with --disable-ipv6 option but his system enable the ipv6. #&#8203;5901 <https://github.com/aio-libs/aiohttp/issues/5901>_
  • Do not install "examples" as a top-level package. #&#8203;6189 <https://github.com/aio-libs/aiohttp/issues/6189>_
  • Restored ability to connect IPv6-only host. #&#8203;6195 <https://github.com/aio-libs/aiohttp/issues/6195>_
  • Remove Signal from __all__, replace aiohttp.Signal with aiosignal.Signal in docs #&#8203;6201 <https://github.com/aio-libs/aiohttp/issues/6201>_
  • Made chunked encoding HTTP header check stricter. #&#8203;6305 <https://github.com/aio-libs/aiohttp/issues/6305>_

Improved Documentation

  • update quick starter demo codes. #&#8203;6240 <https://github.com/aio-libs/aiohttp/issues/6240>_
  • Added an explanation of how tiny timeouts affect performance to the client reference document. #&#8203;6274 <https://github.com/aio-libs/aiohttp/issues/6274>_
  • Add flake8-docstrings to flake8 configuration, enable subset of checks. #&#8203;6276 <https://github.com/aio-libs/aiohttp/issues/6276>_
  • Added information on running complex applications with additional tasks/processes -- :user:Dreamsorcerer. #&#8203;6278 <https://github.com/aio-libs/aiohttp/issues/6278>_

Misc

  • #&#8203;6205 <https://github.com/aio-libs/aiohttp/issues/6205>_


Configuration

📅 Schedule: 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, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by igswsihw-wmadepbot

Merge request reports