Skip to content

aiohttp 1.0.1 bugfix release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 16 Sep 20:00
· 8018 commits to master since this release

CHANGES

  • Restore aiohttp.web.MsgType alias for aiohttp.WSMsgType for sake
    of backward compatibility #1178
  • Tune alabaster schema.
  • Use text/html content type for displaying index pages by static
    file handler.
  • Fix AssertionError in static file handling #1177
  • Fix access log formats %O and %b for static file handling