Releases: sanic-org/sanic
Releases · sanic-org/sanic
Adding HTTPMethodView
Static files
Changelog:
- Static file support
- Lazy Cookie Setting (slight speed improvement when not setting cookies)
0.1.5
Changelog:
- Cookies
- Blueprint listeners and ordering
- Faster Router
- Fix: Incomplete file reads on medium+ sized post requests
Breaking:
- after_start and before_stop now pass sanic as their first argument. Current event listeners will need to be updated to accept the new argument