Release v13.3.0
What's Changed
- Honor the 'rest' option by @khepin in #530
- Fix/refactor creation of RabbitMQ Connection and QueueAPI by @adm-bome in #528
- [13.2] Add job example for handling non-json messages from rabbitmq queue by @trckster in #532
- Feature/support-reconnect by @adm-bome in #531
- Update CHANGELOG-13x.md by @adm-bome in #535
New Contributors
Update notes:
- When using your own worker class extended from
RabbitMQQueue:class
, make sure you align the constructor calls. Or completly remove the constructor in your own worker class. - When you use your own config items in your own worker class, those extra items will be available in the configObject and can be accessed like:
$extraConfigOptions = $this->getConfig()->getOptions()
Changelog: View
Full Changelog: v13.2.0...v13.3.0