Skip to content

4.7.1 - Bugfixes and minor improvements

Compare
Choose a tag to compare
@Badiboy Badiboy released this 21 Oct 08:22
· 816 commits to master since this release
231371f

What's Changed

  • Support ContinueHandling to continue with other handlers after handler is found
  • Logging improvements: colored logs etc.
  • Added some frequent parameters to classes
  • Starlette ASGI example
  • Fixed bug with searching a new handler after the execution of handler
  • Fixed difference between request_timeout and timeout
  • More bug fixes