Releases: Vinelab/bowler
Releases · Vinelab/bowler
v0.5.4
- Fix the issue for Laravel >= 5.6 introduced by type-hinting the Logger contract
v0.5.3
- Fix service binding for exception handler in order to invoke
reportQueue
method if consumer decides to implementBowlerExceptionHandler
contract (optional)
v0.5.2
- Enable package auto-discovery
v0.5.1
- Fix config path for vendor:publish command
v0.5.0
- Introduce lifecycle hooks
- Introduce configuration management. See README for installation instructions.
v0.4.4
v0.4.3
Support configurable connection vhost, thanks to @cerpusoddarne