Releases: vyuldashev/laravel-queue-rabbitmq
Releases · vyuldashev/laravel-queue-rabbitmq
v14.1.0
What's Changed
- Allow for encrypted command data by @therecluse26 in #588
New Contributors
- @therecluse26 made their first contribution in #588
Full Changelog: v14.0.0...v14.1.0
v14.0.0: Merge pull request #585 from vyuldashev/l11
- First version compatible with Laravel 11
Release v13.3.5
What's Changed
- Fix bottlenecks for tests by @adm-bome in #580
- Fix for errors on $currentJob property by @adm-bome in #581
Full Changelog: v13.3.4...v13.3.5
Release v13.3.4
What's Changed
- Fix issue regarding configuration of the SSL Verify Peer option #570
New Contributors
Full Changelog: v13.3.3...v13.3.4
Release v13.3.3
What's Changed
- Document missing support for multiple queues by @mortenhauberg in #470
- Fix issue where was accessed before initialization by @khepin in #556
- Fix #553, add possibility to define network protocol in config by @maximetassy in #554
New Contributors
- @maximetassy made their first contribution in #554
Full Changelog: v13.3.2...v13.3.3
Release v13.3.2
What's Changed
Full Changelog: v13.3.1...v13.3.2
Release v13.3.1
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