Releases: rafalstapinski/redispatcher
Releases · rafalstapinski/redispatcher
0.3.0
What's Changed
- Pydantic v2 by @rafalstapinski in #8
- 🔖 Version 0.3.0 by @rafalstapinski in #9
- 🔨 Fix publish workflow by @rafalstapinski in #10
Full Changelog: 0.2.0...0.3.0
0.2.0
Breaking Changes
- Renamed
ConsumerPool
->Redispatcher
- Renamed
BaseConsumer.publish
->BaseConsumer.dispatch
Features
- You can increase the count of any worker to speed up processing of a queue by specifying the
ConsumerConfig.count
field
Fixes
- Better parsing of message body and headers
- Better handling of running Redispatcher pool in an existing event loop
- Better logging on errors