aio-libs
async-lru
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
add slots for _LRUCacheWrapperInstanceMethod also.
Vizonex:improvements
3 days ago
other slots for 3.14
Vizonex:improvements
3 days ago
Merge branch 'master' into improvements
Vizonex:improvements
3 days ago
add enable slots with _CacheItem
Vizonex:improvements
3 days ago
docs: document cache-key scope and multi-tenant caching pitfalls (#769)
master
3 days ago
docs: document cache-key scope and multi-tenant caching pitfalls Add a "Security considerations" section to the README explaining that alru_cache builds its cache key only from the explicit args/kwargs (matching functools.lru_cache), so implicit request-scoped context such as auth headers, contextvars, or module globals is not part of the key and is not isolated between callers. Covers safe usage in multi-tenant/multi-user services (key on the relevant context or use per-domain cache instances), the typed=True option for callers that mix argument types, and caution around objects with custom __hash__/__eq__ used as key components.
docs/cache-key-security-notes
4 days ago
build(deps): bump coverage from 7.14.0 to 7.14.1 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.0 to 7.14.1. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.0...7.14.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/coverage-7.14.1
8 days ago
build(deps): bump pytest-asyncio from 1.3.0 to 1.4.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pytest-asyncio-1.4.0
8 days ago
Latest Branches
CodSpeed Performance Gauge
+18%
enable slots with `_CacheItem`, `_LRUCacheWrapper` & `_LRUCacheWrapperInstanceMethod`
#770
3 days ago
145f9d2
Vizonex:improvements
CodSpeed Performance Gauge
+20%
docs: document cache-key scope and multi-tenant caching pitfalls
#769
4 days ago
9494e08
docs/cache-key-security-notes
CodSpeed Performance Gauge
+19%
build(deps): bump coverage from 7.14.0 to 7.14.1
#768
8 days ago
7aaf4e8
dependabot/pip/coverage-7.14.1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs