Skip to content

Releases: Vinelab/bowler

v0.5.4

23 Sep 07:56
259fa8c
Compare
Choose a tag to compare
  • Fix the issue for Laravel >= 5.6 introduced by type-hinting the Logger contract

v0.5.3

27 Aug 22:43
234eed4
Compare
Choose a tag to compare
  • Fix service binding for exception handler in order to invoke reportQueue method if consumer decides to implement BowlerExceptionHandler contract (optional)

v0.5.2

27 Aug 14:18
87f104c
Compare
Choose a tag to compare
  • Enable package auto-discovery

v0.5.1

27 Aug 12:42
4046db8
Compare
Choose a tag to compare
  • Fix config path for vendor:publish command

v0.5.0

27 Aug 11:56
f846bab
Compare
Choose a tag to compare
  • Introduce lifecycle hooks
  • Introduce configuration management. See README for installation instructions.

v0.4.4

20 Feb 21:41
Compare
Choose a tag to compare
  • Update to php-amqp-2.8.1.

Changelog

v0.4.3

04 Feb 11:09
90fed2a
Compare
Choose a tag to compare

Support configurable connection vhost, thanks to @cerpusoddarne

v0.4.2

14 Jan 14:53
259e984
Compare
Choose a tag to compare

Make connection_timeout, heartbeat & read_write_timeout configurable.

v0.4.1

12 Nov 15:24
af8f56e
Compare
Choose a tag to compare

Improve consumption handler instance management to help avoid memory leaks and better manage memory consumption and allocation. #35

v0.4.0

07 Nov 10:14
d148f55
Compare
Choose a tag to compare

Introducing a new consumer health check mechanism: #33.