* Support Cython 3 * Drop support for Python 3.7 and 3.8 * Add support for Python 3.12 and 3.13
1.5.1
* Pin to `Cython<3`
1.5.0
* Add support for Python 3.10 and 3.11 * Drop support for Python 3.6 * Break reference cycle between batches and batch items * Remove inaccessible functions from type stub
1.4.0
* Fix generator support for afilter() and afilterfalse() * Drop support for Python 2.7, 3.4, and 3.5 * Add support for Python 3.9 * Build wheels using GitHub actions * Improve some stubs * Don't reraise exceptions during batch flush * Fix bug where patches were not stopped properly in some Python versions
1.3.0
* Support Python 3.8 * Drop support for "async()" and ".async()" * Loosen Cython requirement
1.2.0
* Add asynq.tools.alazy_constant * Improve profiling support * Add asynq.tools.aretry * Add ability to access whether a task is running or not * Improve stack trace support * Avoid bug when a deduplicated function calls itself synchronously * Fix type stub for async_call()