Releases: taskiq-python/taskiq
Releases Β· taskiq-python/taskiq
0.7.1
0.6.0
0.5.0
What's Changed
- feat: receiver max_prefetch argument by @Sobes76rus in #127
- Fix typos and command in docs by @tschiolborg in #134
- Fixed anyio dependency. by @s3rius in #136
- feat: exceptions serialization by @Sobes76rus in #135
- feat: no result error by @Sobes76rus in #137
- Big docs update. by @s3rius in #140
- Exception propagation by @s3rius in #141
New Contributors
- @tschiolborg made their first contribution in #134
Full Changelog: 0.4.3...0.5.0
0.4.3
What's Changed
- feat: custom reciever by @Sobes76rus in #123
- feat: receiver cli args by @Sobes76rus in #124
- Fixed warnings for inmemory broker. by @s3rius in #125
New Contributors
- @Sobes76rus made their first contribution in #123
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
- fix: execution time retains 2 digits by @vvanglro in #115
- Added startup for result backends. by @s3rius in #118
- Added builder api for brokers. by @s3rius in #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:
broker = (
MyBroker()
.with_id_generator(generator)
.with_result_backend(my_result_backend)
.with_middlewares(PrometheusMiddleware())
)
Full Changelog: 0.4.1...0.4.2
0.4.1
0.4.0
What's Changed
- Updated InMemoryBroker by @s3rius in #84
- Updated CI strategy for Pull Requests. by @s3rius in #94
- asyncio.wait replaced with Semaphore, fixed compatibility issues by @vvanglro in #93
- Separation of the receiver from the CLI by @hugiron in #90
- Fixed semaphore logic by @s3rius in #97
- Replaced string with bytes in BrokerMessage by @s3rius in #89
- Added prometheus metrics middleware. by @s3rius in #99
- Reload dependencies are now optional. by @s3rius in #98
- Changed listen signature for brokers. by @s3rius in #100
- Fixed prometheus metrics for multiple worker processes by @s3rius in #101
New Contributors
Full Changelog: 0.3.5...0.4.0