- feat: make isSecure flag configurable by @algins in #6
- @algins made their first contribution in #6
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.1.1...v0.1.2
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.1.0...v0.1.1
- Made RabbitMQ
basic_qos
settings (prefetch_size, prefetch_count, global) configurable via thequeue.php
orRabbitMQConnectionConfig.php
configuration file.
- Updated documentation to reflect the new
basic_qos
configuration options.
- N/A
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.14...v0.1.0
- added laravel 12 support
- fix some issues
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.13...v0.0.14
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.12...v0.0.13
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.11...v0.0.12
-- add parallel consume
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.10...v0.0.11
- add support for laravel 10
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.9...v0.0.10
- Added some test
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.8...v0.0.9
- Fix critical bug in composer
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.7...v0.0.8
Fix critical bug in declare queues
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.6...v0.0.7
Fixe bug
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.5...v0.0.6
Fix issue #issue-1515688142
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.4...v0.0.5
- Add Rector
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.3...v0.0.4
Important
- fix consumer bug
Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.2...v0.0.3
update readme