Skip to content

Releases: iamfarhad/LaravelRabbitMQ

v0.1.2

17 Apr 16:24
Compare
Choose a tag to compare

What's Changed

  • feat: make isSecure flag configurable by @algins in #6

New Contributors

  • @algins made their first contribution in #6

Full Changelog: v0.1.1...v0.1.2

v0.1.1

04 Apr 18:31
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

Added

  • Made RabbitMQ basic_qos settings (prefetch_size, prefetch_count, global) configurable via the queue.php or RabbitMQConnectionConfig.php configuration file.

Changed

  • Updated documentation to reflect the new basic_qos configuration options.

Fixed

  • N/A

v0.1.0

29 Mar 22:11
Compare
Choose a tag to compare

Full Changelog: v0.0.14...v0.1.0

  • added laravel 12 support
  • fix some issues

v0.0.14

08 Nov 08:58
Compare
Choose a tag to compare

Full Changelog: v0.0.13...v0.0.14

v0.0.13

08 Nov 08:48
Compare
Choose a tag to compare

Full Changelog: v0.0.12...v0.0.13

v0.0.12

07 Nov 08:45
Compare
Choose a tag to compare

Full Changelog: v0.0.11...v0.0.12

-- add parallel consume

v0.0.11

15 Feb 20:54
Compare
Choose a tag to compare

Full Changelog: v0.0.10...v0.0.11

  • add support for laravel 10

v0.0.10

08 Jan 19:50
Compare
Choose a tag to compare

Full Changelog: v0.0.9...v0.0.10

  • Added some test

v0.0.9

02 Jan 22:09
d8dfd62
Compare
Choose a tag to compare

Full Changelog: v0.0.8...v0.0.9

  • Fix critical bug in composer

v0.0.8

02 Jan 07:37
Compare
Choose a tag to compare

Full Changelog: v0.0.7...v0.0.8

Fix critical bug in declare queues