All notable changes to bowler
will be documented in this file.
- Fix service binding for exception handler changed in v0.5.0
- Enable package auto-discovery
- Fix config path for
vendor:publish
command
- Introduce lifecycle hooks
- Introduce configuration management
- Added default error reporting behavior for Bowler with message included in error context
- Bowler doesn't fetch RabbitMQ credentials from
config/queue.php
file anymore, use package config instead - App exception handler no longer needs to implement BowlerExceptionHandler contract unless you want to override default behavior
- Update to
php-amqplib v2.8.1
- Configurable connection
vhost
param @cerpusoddarne.
- Configurable connection
connection_timeout
,heartbeat
andread_write_timeout
params.
- Drop support for Laravel 5.3 and earlier.
- Tests backward incompatibility.