What's Changed * fix: execution time retains 2 digits by vvanglro in https://github.com/taskiq-python/taskiq/pull/115 * Added startup for result backends. by s3rius in https://github.com/taskiq-python/taskiq/pull/118 * Added builder api for brokers. by s3rius in https://github.com/taskiq-python/taskiq/pull/114
Builder API update: Now abstract broker doesn't require any parameters. Such as `result_backend` or `id_generator`. These parameters can now be supplied using new methods that can be chained. For example:
What's Changed * add py.typed by dimastbk in https://github.com/taskiq-python/taskiq-aio-pika/pull/26 * chore: remove unused fallback for python 3.7 by dimastbk in https://github.com/taskiq-python/taskiq-aio-pika/pull/27 * Added py.typed directive to avoid mypy warnings by joshvote in https://github.com/taskiq-python/taskiq-aio-pika/pull/28 * Allow passing extra params to declare exchange and declare queues (duplicated with linter fixes) by Steve-Bupyc in https://github.com/taskiq-python/taskiq-aio-pika/pull/31 * Switch to gitflow and ruff. by s3rius in https://github.com/taskiq-python/taskiq-aio-pika/pull/32
New Contributors * dimastbk made their first contribution in https://github.com/taskiq-python/taskiq-aio-pika/pull/26 * joshvote made their first contribution in https://github.com/taskiq-python/taskiq-aio-pika/pull/28 * Steve-Bupyc made their first contribution in https://github.com/taskiq-python/taskiq-aio-pika/pull/31
What's Changed * Added testig section in docs. by s3rius in https://github.com/taskiq-python/taskiq/pull/83 * Added FastAPI section in docs. by s3rius in https://github.com/taskiq-python/taskiq/pull/83 * Updated home page styles for docs. by s3rius in https://github.com/taskiq-python/taskiq/pull/83