Releases: iamfarhad/LaravelRabbitMQ
Releases · iamfarhad/LaravelRabbitMQ
v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
Added
- Made RabbitMQ
basic_qos
settings (prefetch_size, prefetch_count, global) configurable via thequeue.php
orRabbitMQConnectionConfig.php
configuration file.
Changed
- Updated documentation to reflect the new
basic_qos
configuration options.
Fixed
- N/A
v0.1.0
Full Changelog: v0.0.14...v0.1.0
- added laravel 12 support
- fix some issues
v0.0.14
Full Changelog: v0.0.13...v0.0.14
v0.0.13
Full Changelog: v0.0.12...v0.0.13
v0.0.12
Full Changelog: v0.0.11...v0.0.12
-- add parallel consume
v0.0.11
Full Changelog: v0.0.10...v0.0.11
- add support for laravel 10
v0.0.10
Full Changelog: v0.0.9...v0.0.10
- Added some test
v0.0.9
Full Changelog: v0.0.8...v0.0.9
- Fix critical bug in composer
v0.0.8
Full Changelog: v0.0.7...v0.0.8
Fix critical bug in declare queues