Skip to content

Releases: php-amqplib/RabbitMqBundle

Release 1.13.0

13 Jun 08:23
Compare
Choose a tag to compare

This release contains new features & bugfixes:

  • Ack before stopping consumer (#392),
  • Add notify to RPC client, to enable progress functionality (#351),
  • Fix for consumer with empty queue not handling SIGTERM/SIGINT (#430),
  • Added method getCallback() in BaseConsumer (#433),
  • Make :purge & :delete commands compatible with Symfony 3.0 (#346),
  • Dynamic Connection Parameters (#398),
  • Tagged old_sound_rabbitmq connections (#449),
  • Implemented Bulk Consumer (#413),
  • Add idle event and ability to configure exit or not (#419),
  • Shift of 5MB not really applied when setting a memory limit (#417),
  • Adjust Composer autoloader to exclude tests from classmap

Version 1.12.0

09 Dec 13:17
Compare
Choose a tag to compare
  • added context argument to multiple consumers command
  • several bugfixes

Bugfix release - v1.11.2

01 Nov 14:56
Compare
Choose a tag to compare

Changes:

  • AnonConsumer don't work with lazy connections,
  • Added support for connection URL encoding,
  • Fixed PHPUnit deprecated warnings, removed unused imports and duplicate codes

Bugfix release - v1.11.1

01 Nov 14:49
Compare
Choose a tag to compare

Changes:

  • Fixed compatibility with PHP 5.3,
  • Multiple consumer follows same processing logic as normal consumer,
  • Allow to set connection settings as URL.

v1.11.0

03 Sep 20:38
Compare
Choose a tag to compare
Add newline

v1.10.0

31 May 13:05
Compare
Choose a tag to compare
update branch alias

1.9.0 - First release with under new organization

07 Mar 09:54
Compare
Choose a tag to compare
v1.9.0

#342 Fix formatting to comply with PSR-2