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
ASGI Scope Method Bug: Fixed issue where HTTP method was not treated as a dynamic field in scope caching, causing incorrect method values when the same path was accessed with different HTTP methods
Documentation Links: Fixed broken links in docs using relative paths with .md extension - now use absolute paths without extension for website compatibility
Test Module Collision: Renamed examples/hello_asgi/app.py to hello_asgi_app.py to avoid Python module cache conflicts when running full test suite
Dependencies
Updated erlang_python to 1.8.1 (fixes ASGI scope method caching)