Releases: syrusakbary/aiodataloader
Releases · syrusakbary/aiodataloader
v0.4.3
What's Changed
- Change future checks from .cancelled() to .done() before setting future results. by @FerasAlazzeh in #55
- Import
iscoroutinefunction()from theinspectmodule on Python >= 3.14 by @Hellzed in #54
New Contributors
- @FerasAlazzeh made their first contribution in #55
Full Changelog: v0.4.2...v0.4.3
v0.4.2
- updated badges in README
v0.4.1
v0.4.0
- Fixed typo in
batch_load_fnTypeError - Removed
Nonedefault value forkeyarg inDataLoader.load() - Removed Python 3.6 as a supported target version
v0.3.0
- Adds typing
- Drops support for Python<3.6
- Adds support for overriding
get_cache_keyin subclasses - Improves README.md and removes README.rst
v0.2.1
- Resolve deprecation warning for Python 3.9
- Fix
printrelated typos in the README files