Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 16:49
· 6 commits to main since this release
v0.18.0
d4fe4de

PyPI package: https://pypi.org/project/python-redux/0.18.0

Changes:

  • feat(autorun): add auto_await to AutorunOptions so that one can define an autorun/view as a decorator of a function without automatically awaiting its result, when auto_await is set to False, which activates the new behavior, the decorated function passes asyncio.iscoroutinefunction test, useful for certain libraries like quart