Releases: maxfischer2781/asyncstdlib
Releases · maxfischer2781/asyncstdlib
v3.10.6
What's Changed
- cached_property reacts gracefully to hasattr by @maxfischer2781 in #100
- Make
chain
a class like the standard syncchain
by @polyipseity in #103
New Contributors
- @polyipseity made their first contribution in #103
Full Changelog: v3.10.5...v3.10.6
v3.10.5
What's Changed
- Update package metadata by @maxfischer2781 in #83
- Graceful contextmanager cleanup by @maxfischer2781 in #85
- Tee locking by @maxfischer2781 in #87
Full Changelog: v3.10.4...v3.10.5
v3.10.4
add eviction from lru_cache