What's Changed * feat: receiver max_prefetch argument by Sobes76rus in https://github.com/taskiq-python/taskiq/pull/127 * Fix typos and command in docs by tschiolborg in https://github.com/taskiq-python/taskiq/pull/134 * Fixed anyio dependency. by s3rius in https://github.com/taskiq-python/taskiq/pull/136 * feat: exceptions serialization by Sobes76rus in https://github.com/taskiq-python/taskiq/pull/135 * feat: no result error by Sobes76rus in https://github.com/taskiq-python/taskiq/pull/137 * Big docs update. by s3rius in https://github.com/taskiq-python/taskiq/pull/140 * Exception propagation by s3rius in https://github.com/taskiq-python/taskiq/pull/141
New Contributors * tschiolborg made their first contribution in https://github.com/taskiq-python/taskiq/pull/134
What's Changed * feat: custom reciever by Sobes76rus in https://github.com/taskiq-python/taskiq/pull/123 * feat: receiver cli args by Sobes76rus in https://github.com/taskiq-python/taskiq/pull/124 * Fixed warnings for inmemory broker. by s3rius in https://github.com/taskiq-python/taskiq/pull/125
New Contributors * Sobes76rus made their first contribution in https://github.com/taskiq-python/taskiq/pull/123
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