Releases: Vinelab/bowler
Releases · Vinelab/bowler
v0.9.0
Updated
- Drop older Laravel versions support prior to v6.0
- Bump Laravel support v9.*
- Bump PHP support v8.*
- Drop PHP v7.0 support
v0.8.1
Added
- Support Subscriber dead lettering configuration
v0.8.0
Updated
- To amqp-lib v3.0
- Throw exception in case of unhandled error
Added
- Containerized development
v0.7.0
Added
updated
Fixed
- Generate message handlers from Stubs
v0.5.8
Added
Changed
Fixed
- typ-o in readme and message error handler.
v0.5.7
- Adapt
Connection
tests to account for phpunit ^8 deprecations.
v0.5.6
- Support Laravel 6
- Bump min PHP version to 7.1
v0.5.5
Follow-up on v0.5.4 to ensure that Bowler's exception handler can be constructed without type-hinting the logger.