Taskiq

Latest version: v0.11.5

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

Scan your dependencies

Page 7 of 11

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
* fix: lavels -> labels by afonasev in https://github.com/taskiq-python/taskiq/pull/102
* More verbose errors by s3rius in https://github.com/taskiq-python/taskiq/pull/109

New Contributors
* afonasev made their first contribution in https://github.com/taskiq-python/taskiq/pull/102

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

0.4.0

What's Changed
* Updated InMemoryBroker by s3rius in https://github.com/taskiq-python/taskiq/pull/84
* Updated CI strategy for Pull Requests. by s3rius in https://github.com/taskiq-python/taskiq/pull/94
* asyncio.wait replaced with Semaphore, fixed compatibility issues by vvanglro in https://github.com/taskiq-python/taskiq/pull/93
* Separation of the receiver from the CLI by hugiron in https://github.com/taskiq-python/taskiq/pull/90
* Fixed semaphore logic by s3rius in https://github.com/taskiq-python/taskiq/pull/97
* Replaced string with bytes in BrokerMessage by s3rius in https://github.com/taskiq-python/taskiq/pull/89
* Added prometheus metrics middleware. by s3rius in https://github.com/taskiq-python/taskiq/pull/99
* Reload dependencies are now optional. by s3rius in https://github.com/taskiq-python/taskiq/pull/98
* Changed listen signature for brokers. by s3rius in https://github.com/taskiq-python/taskiq/pull/100
* Fixed prometheus metrics for multiple worker processes by s3rius in https://github.com/taskiq-python/taskiq/pull/101

New Contributors
* vvanglro made their first contribution in https://github.com/taskiq-python/taskiq/pull/93
* hugiron made their first contribution in https://github.com/taskiq-python/taskiq/pull/90

**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.3.5...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 7 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.