Skip to content

Removing some things, Adding an access log

Compare
Choose a tag to compare
@seemethere seemethere released this 09 May 00:46

To see the exhaustive list of pull requests included in this release see:
https://github.com/channelcat/sanic/milestone/9?closed=1

If you're wondering why 0.5.3 exists and there's no change-log for it, the release was actually botched by my error.

Consider 0.5.4 the latest and greatest for sanic.

Highlights

  • Fix ImportError not preserved in __main__.py #665 (Thanks to @pyx)
  • Removed an un-needed if statement #662 (Thanks to @rsrdesarrollo)
  • Create an access log #625 (Thanks to @zenixls2)
  • Correctly kill child processes #668
  • Added full exception chain rendering #677 (Thanks to @abuckenheimer)
  • Remove the things we said we were going to remove #681 #686 (Thanks to @38elements)
  • Actually have the README show up correctly on PyPI (hopefully) (Thanks to @graingert)