Releases: taskiq-python/taskiq
Releases · taskiq-python/taskiq
0.4.0
09 Apr 23:16
Compare
Sorry, something went wrong.
No results found
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
0.3.5
31 Mar 19:02
Compare
Sorry, something went wrong.
No results found
0.3.4
28 Mar 11:26
Compare
Sorry, something went wrong.
No results found
0.3.3
27 Mar 00:21
Compare
Sorry, something went wrong.
No results found
0.3.2
26 Mar 23:08
Compare
Sorry, something went wrong.
No results found
What's Changed
Added exception info when cannot import tasks module by @s3rius in #76
Full Changelog : 0.3.1...0.3.2
0.3.1
26 Mar 00:31
Compare
Sorry, something went wrong.
No results found
0.3.0
25 Mar 13:29
Compare
Sorry, something went wrong.
No results found
0.2.2
22 Mar 21:31
Compare
Sorry, something went wrong.
No results found
0.2.1
21 Mar 09:57
Compare
Sorry, something went wrong.
No results found
0.2.0
13 Mar 08:03
Compare
Sorry, something went wrong.
No results found
What's Changed
This update contains breaking changes. Now listen method of brokers is an async generator. You can check docs to see the difference.
Full Changelog : 0.1.8...0.2.0