Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

chore(deps): update dependency aiohttp to v3.6.3 #42

Merged
merged 1 commit into from
Oct 12, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2019

This PR contains the following updates:

Package Update Change
aiohttp patch ==3.6.1 -> ==3.6.3

Release Notes

aio-libs/aiohttp

v3.6.3

Compare Source

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

Bugfixes

  • Pin yarl to <1.6.0 to avoid buggy behavior that will be fixed by the next aiohttp
    release.

v3.6.2

Compare Source

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

Features

  • Made exceptions pickleable. Also changed the repr of some exceptions.
    #&#8203;4077 <https://github.com/aio-libs/aiohttp/issues/4077>_
  • Use Iterable type hint instead of Sequence for Application middleware
    parameter. #&#8203;4125 <https://github.com/aio-libs/aiohttp/issues/4125>_

Bugfixes

  • Reset the sock_read timeout each time data is received for a
    aiohttp.ClientResponse. #&#8203;3808 <https://github.com/aio-libs/aiohttp/issues/3808>_
  • Fix handling of expired cookies so they are not stored in CookieJar.
    #&#8203;4063 <https://github.com/aio-libs/aiohttp/issues/4063>_
  • Fix misleading message in the string representation of ClientConnectorError;
    self.ssl == None means default SSL context, not SSL disabled #&#8203;4097 <https://github.com/aio-libs/aiohttp/issues/4097>_
  • Don't clobber HTTP status when using FileResponse.
    #&#8203;4106 <https://github.com/aio-libs/aiohttp/issues/4106>_

Improved Documentation

  • Added minimal required logging configuration to logging documentation.
    #&#8203;2469 <https://github.com/aio-libs/aiohttp/issues/2469>_
  • Update docs to reflect proxy support.
    #&#8203;4100 <https://github.com/aio-libs/aiohttp/issues/4100>_
  • Fix typo in code example in testing docs.
    #&#8203;4108 <https://github.com/aio-libs/aiohttp/issues/4108>_

Misc

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


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from TheKevJames as a code owner October 9, 2019 17:36
@renovate renovate bot added the task label Oct 9, 2019
@renovate renovate bot force-pushed the renovate/aiohttp-3.6.x branch from 7408f6a to 57e0611 Compare May 27, 2020 23:32
@renovate renovate bot changed the title chore(deps): update dependency aiohttp to v3.6.2 chore(deps): update dependency aiohttp to v3.6.3 Oct 12, 2020
@TheKevJames TheKevJames merged commit f066661 into master Oct 12, 2020
@TheKevJames TheKevJames deleted the renovate/aiohttp-3.6.x branch October 12, 2020 20:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants