Skip to content

Releases: needle-project/laravel-rabbitmq

Re-throw exception in BaseConsumerCommand

01 Oct 11:19
8f8bafc
Compare
Choose a tag to compare
  • Re-throw exception in BaseConsumerCommand - fixes the inability to report outside CLI when the issue is before a message processor
    • When it cannot bind to an exchange, an error is reported in CLI but when the process is run by a supervisor that suppress the logs the error is never reported. By taking this approach, it will fall back on Laravel's logging setup

v0.5.0

22 Mar 14:14
c9e853e
Compare
Choose a tag to compare

Release Notes for 0.5.x
0.5.0 - 2024-03
Add automatically delivery_mode to 2 (persistent) for durable entities
Add additional arguments for entities in order to support quorum type
Add ticket argument
Add properties for AMQP Messages when publishing
Fixed wait for consumers to align with consumer timeout

Handle auto-bind/auto-create upon network failure

12 Feb 16:08
cec13ae
Compare
Choose a tag to compare

Handle auto-bind/auto-create upon network failure

Update PHPAmqpLib to ^3.0

01 Nov 10:32
9186fa2
Compare
Choose a tag to compare
Merge pull request #48 from cosminardeleanu/allow-php-8-and-lib-amqp-3

Allow php8 and amqplib 3

Global prefetch

12 Sep 11:56
5e30b53
Compare
Choose a tag to compare
  • Adds concept of global prefetch - See #45
  • Update with master branch that contained minor fixes
  • Changed logging format

Fix getConnection() if called again after the first time fails

09 May 10:39
5e30b53
Compare
Choose a tag to compare
Merge pull request #42 from needle-project/reconnection-fix

Fix getConnection() if called again after the first time fails

Add support for PHP 8

21 Mar 15:10
Compare
Choose a tag to compare

Beta release, need support for validation

Change logging context to an associative array

03 Aug 09:08
3bd520d
Compare
Choose a tag to compare
Merge pull request #36 from GabrielCC/patch-1

log context as associative array

Composer 2 + Lumen support

11 Jan 13:55
5abda7c
Compare
Choose a tag to compare
  • Fixes Composer2 autoload issues
  • Remove Type Hint from provider in order to be able to support Lumen framework

Add retry on publish failure because closed channel occurs

02 Sep 09:14
36958b8
Compare
Choose a tag to compare
Merge pull request #31 from needle-project/develop

Develop