request context tracks session access

This commit is contained in:
David Lord 2026-02-18 19:02:54 -08:00
parent 27be933840
commit c17f379390
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
6 changed files with 73 additions and 52 deletions

View file

@ -3,6 +3,9 @@ Version 3.1.3
Unreleased
- The session is marked as accessed for operations that only access the keys
but not the values, such as ``in`` and ``len``. :ghsa:`68rp-wp8r-4726`
Version 3.1.2
-------------