Skip to content

Releases: Evaneos/Burrow

v4.6.0

05 Oct 17:12
1014412
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5.0

18 Apr 19:13
749d895
Compare
Choose a tag to compare

This release add a way to connect over SSL from an array of configuration using php-amqplib only.

You can still use SSL by initializing the driver manually [using php-amqplib | using amqp-ext].

Retry on Amqp lib implementation when we have a connection issue

19 Dec 10:57
cb743b3
Compare
Choose a tag to compare
feat: retry on PhpAamqpLib driver (#32)

Add one retry on PhpAmqpLib driver when we try to publish an event and we get a connectivity issue

Fixed PECL consumption

17 Jul 09:10
faa49d9
Compare
Choose a tag to compare

Cancels the queue when consumption is done

Publish `daemon.message_processing_time` metrics

20 Dec 16:24
b91ba7e
Compare
Choose a tag to compare

Emit events and add an optional metric sender

19 Dec 14:12
3cca82d
Compare
Choose a tag to compare

Rely on signal to stop gracefully.

27 Sep 12:00
7b34c57
Compare
Choose a tag to compare
Merge pull request #26 from qpautrat/graceful-stop

fix: Rely on signal dispatch.

Allow auto ack mechanism.

05 Sep 14:04
3a0ca6f
Compare
Choose a tag to compare
Merge pull request #25 from Evaneos/auto-ack

Allow to build a handler with auto-ack mechanism

Update symfony/console to 4.0

22 Aug 14:30
Compare
Choose a tag to compare
chore(composer): change evaneos/deamon version

Change evaneos/deamon version to 1.0.2 for symfony console 4.0 support

Update symfony/console dependency versions and fixed sniffes on code

16 Mar 13:45
Compare
Choose a tag to compare

Update symfony/console dependency versions
Update travis to have a matrix with symfony/console version
Fixed sniffes on code to remove probabilities of bugs
No BC