sanic/CHANGELOG.md

22 lines
543 B
Markdown
Raw Normal View History

2016-10-18 09:31:09 +01:00
Version 0.1
-----------
2016-10-25 10:45:28 +01:00
- 0.1.7
- Reversed static url and directory arguments to meet spec
- 0.1.6
- Static files
2016-10-25 10:45:28 +01:00
- Lazy Cookie Loading
2016-10-23 11:43:01 +01:00
- 0.1.5
- 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
- 0.1.4
- Multiprocessing
- 0.1.3
- Blueprint support
- Faster Response processing
- 0.1.1 - 0.1.2
- Struggling to update pypi via CI
- 0.1.0
- Released to public