You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Support for Python 3.13.
Add ReceiveSendSniffer. This sniffer allows to detect communication events and to replay receive messages.
Include and BaseLilya (application) have now a ClassVar router_class to provide a custom router.
Subclasses of BaseLilya (application) can set the router_class to None to provide a completely custom router
which initialization parameters aren't required to match the ones of Router.
Expose fall_through on StaticFile.
Changed
The PathHandler interface was changed to receive a ReceiveSendSniffer instead of send/receive.
The handle_partial interface was changed to receive a PathHandler.