Skip to content

v19.6.0

Compare
Choose a tag to compare
@yunstanford yunstanford released this 21 Jun 05:19
891f99d

Sanic 19.6.0 is a standard release based on the CalVer versioning adopted in 2018.

Changes:
#1475 ASGI support (Beta)
#1436 Add Configure support from object string
#1544 Drop dependency on distutil
#1562 Switch to use request-async for test_client from aiohttp

Fixes:
#1587 Add missing handler for Expect header.
#1560 Allow to disable Transfer-Encoding: chunked.
#1558 Fix graceful shutdown.
#1594 Fix strict slashes behavior.

Deprecations:
#1568 Deprecate route removal.
#1562 Drop Python3.5 support.