pypi sanic 0.7.0
Logging refactors, Websocket Refactors, Various bug fixes

latest releases: 23.12.1, 23.12.0, 23.6.0...
6 years ago

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

Highlights

  • Fixed a bug where trigger_events didn't actually trigger events in async create_server #885 (Thanks to @yunstanford)
  • Changed strict_slashes to be True by default #900 (Thanks to @yunstanford)
  • Changed Unauthorized exception __init__ to be more like the rest of the exceptions #914 (Thanks to @CharAct3)
  • Added an option to define a name for a route #901 (Thanks to @lixxu)
  • Made the prefixes for the environment variables configurable #931 (Thanks to @Tim-Erwin)
  • Fixed windows support where syslog raises an ImportError #947 (Thanks to @lanfon72)
  • Added support for vhosts in static routes #953 (Thanks to @r0fls)
  • Split RequestTimeout, ResponseTimeout, and KeepAliveTimeout into different timeouts #939 (Thanks to @ashleysommer)
  • Fixed Connection lost before response written #965 (Thanks to @samael500)
  • SanicTestClient now gets its own port #1008 (Thanks to @youknowone)

Don't miss a new sanic release

NewReleases is sending notifications on new releases.