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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aiohttp versions available: 3.3.0 #165

Closed
dependencies bot opened this issue Jun 2, 2018 · 0 comments · Fixed by #184
Closed

aiohttp versions available: 3.3.0 #165

dependencies bot opened this issue Jun 2, 2018 · 0 comments · Fixed by #184

Comments

@dependencies
Copy link

dependencies bot commented Jun 2, 2018

There are new versions of aiohttp available from pypi.

3.3.0

Features

  • Raise ConnectionResetError instead of CancelledError on trying
    to write to a closed stream.
    (#2499)
  • Implement ClientTimeout class and support socket read timeout.
    (#2768)
  • Enable logging when aiohttp.web is used as a program
    (#2956)
  • Add canonical property to resources
    (#2968)
  • Forbid reading response BODY after release
    (#2983)
  • Implement base protocol class to avoid a dependency from internal
    asyncio.streams.FlowControlMixin
    (#2986)
  • Cythonize @helpers.reify, 5% boost on macro benchmark
    (#2995)
  • Optimize HTTP parser
    (#3015)
  • Implement runner.addresses property.
    (#3036)
  • Use bytearray instead of a list of bytes in websocket reader. It
    improves websocket message reading a little.
    (#3039)
  • Remove heartbeat on closing connection on keepalive timeout. The
    used hack violates HTTP protocol.
    (#3041)
  • Limit websocket message size on reading to 4 MB by default.
    (#3045)

Bugfixes

  • Don't reuse a connection with the same URL but different proxy/TLS
    settings (#2981)
  • When parsing the Forwarded header, the optional port number is now
    preserved. (#3009)

Improved Documentation

  • Make Change Log more visible in docs
    (#3029)
  • Make style and grammar improvements on the FAQ page.
    (#3030)
  • Document that signal handlers should be async functions since
    aiohttp 3.0
    (#3032)

Deprecations and Removals

  • Deprecate custom application's router.
    (#3021)

Misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants