Skip to content

0.2.1

Compare
Choose a tag to compare
@tomwojcik tomwojcik released this 18 Apr 17:20
· 112 commits to master since this release
79aa8ff
  • dropped with_plugins from the middleware as Starlette has it's own way of doing this
  • due to ^ this change some tests are simplified
  • if context is not available no LookupError will be raised, instead there will be RuntimeError, because this error might mean one of two things: user either didn't use ContextMiddleware or is trying to access context object outside of request-response cycle