Skip to content

Version 0.3.4

Choose a tag to compare

@tarsil tarsil released this 02 Dec 11:29
· 23 commits to main since this release
5575784

Added

  • add_asgi_app() is now supported and serves as an utility if you want to add any ASGI
    compatible application into a Lilya/ChildLilya instance.

Changed

  • Remove noisy warning on loading directives.
  • Expose original property from the @scheduler wrapper.
  • Updated internal security to start raising 401 instead of 403 to be consistent with Not authenticated errors and when credentials are missing.