Taskiq

Latest version: v0.11.16

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 14

0.5.0

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

**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.4.3...0.5.0

0.4.3

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

**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.4.2...0.4.3

0.4.2

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:

python
broker = (
MyBroker()
.with_id_generator(generator)
.with_result_backend(my_result_backend)
.with_middlewares(PrometheusMiddleware())
)


**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.4.1...0.4.2

0.4.1

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

**Full Changelog**: https://github.com/taskiq-python/taskiq-aio-pika/compare/0.4.0...0.4.1

0.4.0

What's Changed
* Updated deps, fixed lints. by s3rius in https://github.com/taskiq-python/taskiq-aio-pika/pull/21

THIS RELEASE DROPS PYTHON3.7 SUPPORT DUE TO END OF LIFE.

**Full Changelog**: https://github.com/taskiq-python/taskiq-aio-pika/compare/0.3.0...0.4.0

0.3.5

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

**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.3.4...0.3.5

Page 9 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.