Skip to content

v1.8.1

Choose a tag to compare

@benoitc benoitc released this 25 Feb 02:56
· 269 commits to main since this release

Fixed

  • ASGI scope caching bug - HTTP method was not treated as a dynamic field in the scope template cache. This caused incorrect method values when the same path was accessed with different HTTP methods (e.g., GET /path followed by POST /path would return method="GET" for both requests).