Skip to content

Releases: prolic/HumusAmqp

2.2.0

25 Sep 08:14
c6649b7
Compare
Choose a tag to compare

Added

  • Support for PHP 8.2

Changed

  • PhpAmqpLib now needs v3 or higher
  • Switched to Github actions

Fixed

  • Type issue with Envelope::getHeader #106

2.1.0 Release

05 Aug 20:29
v2.1.0
7feace6
Compare
Choose a tag to compare

Added

  • PhpAmqpLib PCNTLHeartbeatSender #100
  • Feature/support amqp lib heartbeat #102 (prolic)

Fixed

  • Type issue with exceptions #98

2.0.0 Release

28 Mar 19:53
Compare
Choose a tag to compare

Added

  • Require PHP 7.4 #94 (prolic)
  • Change return types (returns null instead of false)
  • Add Json Util

1.5.0 Release

24 Mar 20:36
Compare
Choose a tag to compare

Added

1.4.2 Release

24 Nov 16:03
Compare
Choose a tag to compare

Added

  • Use AMQPChannel::close() in AbstractConsumer #72 (genhoi)

1.4.1 Release

02 Nov 19:26
Compare
Choose a tag to compare

Added

  • allow beberlei/assert v3 #71 (basz)

1.4.0 Release

03 Mar 13:43
Compare
Choose a tag to compare

Added

  • bump suggested driver requirements #63 (prolic)
  • test php 7.2 in travis #62 (prolic)
  • always declare a queue in factory, even with auto_setup_fabric disabled #61 (prolic)
  • json rpc server returns trace if enabled #60 (prolic)
  • allow marc-mabe/php-enum 3.0 #59 (prolic)
  • adds a test for empty json rpc response collections #66 (oqq)
  • updates rpc docs to match current mandatory options from factory #55 (oqq)

Fixed

  • handle json-rpc responses without id #68 (prolic)

1.3.0 Release

14 Sep 12:41
Compare
Choose a tag to compare

Added

  • abbility to return true/false in the exception handler of a consumer, so indicate whether or reject or requeue a message

1.2.0 Release

18 Jun 14:33
Compare
Choose a tag to compare

Added

  • Requires ext-amqp 1.9.1 (when using with ext-amqp)
  • Requires php-amqplib v2.7.0-RC1 (when using with php-amqplib)

Fixes

  • fix waitForConfirm in php-amqplib
  • Connection type allowed only for php-amqplib driver
  • fix exchange binding / unbinding for php-amqplib
  • fix ssl connection problems
  • update test certs
  • add null possibility for verify option
  • fix ssl connection for php amqplib

1.1.0 Release

07 Feb 07:31
Compare
Choose a tag to compare

Added

  • Support for PHP 7.1
  • Better RPC documentation

Removed

  • Nothing

Fixed

  • Allowed different service names for exchanges (#26)