HS-Sanic v19.6.2 Release Notes

Release Date: 2019-07-08 // almost 5 years ago
  • ๐Ÿ”‹ Features


    • #1562 <https://github.com/huge-success/sanic/pull/1562>_ Remove aiohttp dependencey and create new SanicTestClient based upon requests-async <https://github.com/encode/requests-async>_

    • #1475 <https://github.com/huge-success/sanic/pull/1475>_ Added ASGI support (Beta)

    • #1436 <https://github.com/huge-success/sanic/pull/1436>_ Add Configure support from object string

    ๐Ÿ›  Bugfixes


    • #1587 <https://github.com/huge-success/sanic/pull/1587>_ Add missing handle for Expect header.

    • #1560 <https://github.com/huge-success/sanic/pull/1560>_ Allow to disable Transfer-Encoding: chunked.

    • #1558 <https://github.com/huge-success/sanic/pull/1558>_ Fix graceful shutdown.

    • #1594 <https://github.com/huge-success/sanic/pull/1594>_ Strict Slashes behavior fix

    ๐Ÿ—„ Deprecations and Removals


    * #1544 <https://github.com/huge-success/sanic/pull/1544>_ Drop dependency on distutil

    • #1562 <https://github.com/huge-success/sanic/pull/1562>_ Drop support for Python 3.5

    • #1568 <https://github.com/huge-success/sanic/pull/1568>_ Deprecate route removal.

    โš  .. warning:: Sanic will not support Python 3.5 from version 19.6 and forward. However, version 18.12LTS will have its support period extended thru December 2020, and therefore passing Python's official support version 3.5, which is set to expire in September 2020.