Releases: maxfischer2781/asyncstdlib
Releases · maxfischer2781/asyncstdlib
v3.10.7
What's Changed
- Include unittests in sdist by @mgorny in #106
- Complete itertools.chain interface by @maxfischer2781 in #108
- Type hinting for lru_cache on methods by @maxfischer2781 in #105
Full Changelog: v3.10.6...v3.10.7
v3.10.6
What's Changed
- cached_property reacts gracefully to hasattr by @maxfischer2781 in #100
- Make
chaina class like the standard syncchainby @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