Skip to content

v1.4.1

Latest

Choose a tag to compare

@benoitc benoitc released this 25 Feb 03:25
· 6 commits to main since this release

Fixed

  • 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)