Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Bump aiohttp from 3.0.6 to 3.0.9 #14

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps aiohttp from 3.0.6 to 3.0.9.

Release notes

Sourced from aiohttp's releases.

aiohttp 3.0.9 release

Changes

  • Close a connection if an unexpected exception occurs while sending a request
    (#2827)

aiohttp 3.0.8 release

Changes

  • Use asyncio.current_task() on Python 3.7 (#2825)

aiohttp 3.0.7 release

Fixed previously broken SSL proxies (http proxies with upgrade to HTTPS by CONNECT method).

Changes

  • Fix SSL proxy support by client. (#2810)
  • Restore a imperative check in setup.py for python version. The check
    works in parallel to environment marker. As effect a error about unsupported
    Python versions is raised even on outdated systems with very old
    setuptools version installed. (#2813)
Changelog

Sourced from aiohttp's changelog.

2.3.10 (2018-02-02)

  • Fix 100% CPU usage on HTTP GET and websocket connection just after it (#1955)

  • Patch broken ssl.match_hostname() on Python<3.7 (#2674)

2.3.9 (2018-01-16)

  • Fix colon handing in path for dynamic resources (#2670)

2.3.8 (2018-01-15)

  • Do not use yarl.unquote internal function in aiohttp. Fix
    incorrectly unquoted path part in URL dispatcher (#2662)

  • Fix compatibility with yarl==1.0.0 (#2662)

2.3.7 (2017-12-27)

  • Fixed race-condition for iterating addresses from the DNSCache. (#2620)
  • Fix docstring for request.host (#2591)
  • Fix docstring for request.remote (#2592)

2.3.6 (2017-12-04)

  • Correct request.app context (for handlers not just middlewares). (#2577)

2.3.5 (2017-11-30)

  • Fix compatibility with pytest 3.3+ (#2565)

2.3.4 (2017-11-29)

  • Make request.app point to proper application instance when using nested
    applications (with middlewares). (#2550)
  • Change base class of ClientConnectorSSLError to ClientSSLError from
    ClientConnectorError. (#2563)
  • Return client connection back to free pool on error in connector.connect().
    (#2567)

... (truncated)

Commits
  • 1e88284 Merge branch '3.0' of github.com:aio-libs/aiohttp into 3.0
  • c2573f3 Bump to 3.0.9
  • fadb699 Bump to 4.0.9
  • 1b45e57 Close a connection if an unexpected exception occurs while sending a request ...
  • c4058a4 Bump to aiohttp 3.0.8
  • 5d68740 Bump to 3.0.7
  • 59cf350 Fix #2810: Restore SSL proxy support
  • 7b400d7 Fix #2810: Restore SSL proxy support
  • b867dae Add a check for python version in parallel to environment marker (#2813)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.0.6 to 3.0.9.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/HISTORY.rst)
- [Commits](aio-libs/aiohttp@v3.0.6...v3.0.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #16.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/aiohttp-3.0.9 branch March 22, 2018 02:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant