Releases: Evaneos/Burrow
Releases · Evaneos/Burrow
v4.6.0
What's Changed
- Fix allow headers to be an array by @yoan-evaneos in #34
New Contributors
- @yoan-evaneos made their first contribution in #34
Full Changelog: v4.5.0...v4.6.0
v4.5.0
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
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
Cancels the queue when consumption is done
Publish `daemon.message_processing_time` metrics
Emit events and add an optional metric sender
Rely on signal to stop gracefully.
Merge pull request #26 from qpautrat/graceful-stop fix: Rely on signal dispatch.
Allow auto ack mechanism.
Merge pull request #25 from Evaneos/auto-ack Allow to build a handler with auto-ack mechanism
Update symfony/console to 4.0
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
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