release: add 19.6.0 standard release changelog
This commit is contained in:
parent
891f99d71d
commit
c9d8ab4b27
33
CHANGELOG.md
33
CHANGELOG.md
|
@ -2,11 +2,38 @@ Version 19.6
|
||||||
------------
|
------------
|
||||||
19.6.0
|
19.6.0
|
||||||
- Changes:
|
- Changes:
|
||||||
- Remove `aiohttp` dependencey and create new `SanicTestClient` based upon
|
- [#1562](https://github.com/huge-success/sanic/pull/1562)
|
||||||
[`requests-async`](https://github.com/encode/requests-async).
|
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
|
||||||
|
|
||||||
|
- [#1544](https://github.com/huge-success/sanic/pull/1544)
|
||||||
|
Drop dependency on distutil
|
||||||
|
|
||||||
|
- Fixes:
|
||||||
|
- [#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
|
||||||
|
|
||||||
- Deprecation:
|
- Deprecation:
|
||||||
- Support for Python 3.5
|
- [#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.
|
||||||
|
|
||||||
Note: Sanic will not support Python 3.5 from version 19.6 and forward. However,
|
Note: 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
|
version 18.12LTS will have its support period extended thru December 2020, and
|
||||||
|
|
Loading…
Reference in New Issue
Block a user