Skip to content

Releases: syrusakbary/aiodataloader

v0.4.3

29 Nov 10:13
f429cfb

Choose a tag to compare

What's Changed

  • Change future checks from .cancelled() to .done() before setting future results. by @FerasAlazzeh in #55
  • Import iscoroutinefunction() from the inspect module on Python >= 3.14 by @Hellzed in #54

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

17 Feb 14:51
ffad8a1

Choose a tag to compare

  • updated badges in README

v0.4.1

16 Feb 11:35
e9f1ef2

Choose a tag to compare

  • #44 check cancelled() before calling set_exception() or set_result() on futures (thanks @Hellzed)

v0.4.0

23 Feb 12:39
9d66a12

Choose a tag to compare

  • Fixed typo in batch_load_fn TypeError
  • Removed None default value for key arg in DataLoader.load()
  • Removed Python 3.6 as a supported target version

v0.3.0

16 Nov 16:00
d1fae40

Choose a tag to compare

  • Adds typing
  • Drops support for Python<3.6
  • Adds support for overriding get_cache_key in subclasses
  • Improves README.md and removes README.rst

v0.2.1

24 Jan 09:53
30ce54e

Choose a tag to compare

  • Resolve deprecation warning for Python 3.9
  • Fix print related typos in the README files