Skip to content

Releases: Vinelab/bowler

v0.9.0

16 Jun 15:21
Compare
Choose a tag to compare

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

12 Oct 14:39
34db062
Compare
Choose a tag to compare

Added

  • Support Subscriber dead lettering configuration

v0.8.0

13 Jul 11:34
7b1333e
Compare
Choose a tag to compare

Updated

  • To amqp-lib v3.0
  • Throw exception in case of unhandled error

Added

  • Containerized development

v0.7.0

11 Dec 23:45
Compare
Choose a tag to compare

Added

  • Support for Laravel 8.*

updated

  • Improve readme.md

Fixed

  • Generate message handlers from Stubs

v0.6.0

06 Aug 17:03
9ea2466
Compare
Choose a tag to compare

Added

  • Support for Laravel 7

v0.5.9

24 Jun 16:21
2a35469
Compare
Choose a tag to compare

Changed

  • Authors

Added

  • License

Fixed

  • PHPDoc annotation

v0.5.8

01 Apr 07:14
1be657d
Compare
Choose a tag to compare

Added

Changed

Fixed

  • typ-o in readme and message error handler.

v0.5.7

25 Oct 07:23
ea3911e
Compare
Choose a tag to compare
  • Adapt Connection tests to account for phpunit ^8 deprecations.

v0.5.6

22 Oct 09:52
1ddaa35
Compare
Choose a tag to compare
  • Support Laravel 6
  • Bump min PHP version to 7.1

v0.5.5

24 Sep 10:42
5565a99
Compare
Choose a tag to compare

Follow-up on v0.5.4 to ensure that Bowler's exception handler can be constructed without type-hinting the logger.