Skip to content

Releases: sanic-org/sanic

Adding HTTPMethodView

29 Nov 22:07
Compare
Choose a tag to compare

Changelog:

  • Added HTTPMethodView #167
  • Added shared request storage #163
  • Changed request timeout process #172
  • Provide a default app name #159

Static files

25 Oct 09:33
Compare
Choose a tag to compare

Changelog:

  • Static file support
  • Lazy Cookie Setting (slight speed improvement when not setting cookies)

0.1.5

23 Oct 10:46
Compare
Choose a tag to compare

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