Skip to content

Releases: bschmitt/laravel-amqp

Custom application headers

20 Feb 20:17
Compare
Choose a tag to compare

Thanks @du-disk and Sorry for the delay

PHP 8.1 support

27 Oct 18:32
afb31bd
Compare
Choose a tag to compare
  • PHP 8.1 support

PHP 8 support

03 Aug 13:38
c4c6bbb
Compare
Choose a tag to compare
  • PHP 8.0 support upgrading php-amqplib to 3.0
  • Dropped support for Laravel 5 (EOL)
  • Fixed support to last Laravel 6 (LTS)
  • Fixing batch message
  • Fixed unit tests to actually run
  • Added Docker for local testing
  • Setting up Github Actions CI steps
  • Updated PHPDOC on some functions

Compatibility Release

04 May 19:16
e78d7d3
Compare
Choose a tag to compare

PHP 7.4 compatibility

Minor improvements

21 Mar 20:28
92cb380
Compare
Choose a tag to compare
  • Added some support for the publish() method to return false if the broker rejects a message
  • Consumer properties

Custom config repositories

07 Oct 19:16
7c770b1
Compare
Choose a tag to compare

Ability to use custom config repositories

Allow multiple queue bindings

06 Aug 09:31
a571a54
Compare
Choose a tag to compare

Fixes CPU issue

29 Aug 16:12
Compare
Choose a tag to compare

Fixes

  • #72 - Always operate in blocking mode #63

Dependencies

  • Bumped up composer to use phpamqplib 2.9 and higher

Fixes bug

27 May 10:41
Compare
Choose a tag to compare

Fixes bug which broke amqplib compatibility (#66)

Introduce QoS and Bugfix

09 May 12:23
Compare
Choose a tag to compare

Adds

  • #62 - Add basic_qos functionality

Fixes

  • #64 Fix null proerty (PR: #65)