HS-Sanic v19.6.0 Release Notes

Release Date: 2019-06-21 // almost 5 years ago
  • ๐Ÿš€ 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.