Taskiq

Latest version: v0.11.9

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

Scan your dependencies

Page 8 of 12

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

0.3.4

What's Changed
* Removed importlib constraint by s3rius in https://github.com/taskiq-python/taskiq/pull/79


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

0.3.3

What's Changed
* Fixed windos fs-discover by s3rius in https://github.com/taskiq-python/taskiq/pull/77


**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.3.2...0.3.3

Page 8 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.