Skip to content

Releases: php-amqplib/RabbitMqBundle

2.6.0

17 Mar 20:02
ca5afde
Compare
Choose a tag to compare

increase minimum compatibility for php-amqplib to ^2.12.2

2.5.3

16 Mar 19:35
c901852
Compare
Choose a tag to compare

fixing breaking changes added by #424

2.5.2

16 Mar 12:17
187d448
Compare
Choose a tag to compare
  • Improving documentation
  • Adding GitHub actions/stale
  • fixes #423

2.5.1

15 Mar 08:46
61c4b4a
Compare
Choose a tag to compare

migrate from emag-tech-labs namespace

v1.14.4: - Class is no longer final (#521)

02 May 14:22
Compare
Choose a tag to compare

Added support for custom connection arguments "constructor_args"
Added "graceful_max_execution" for batch consumers

v1.14.3

02 May 12:31
Compare
Choose a tag to compare

Added support for PHP7.2
Compatibility fixes with Symfony4
Removed deprecated Symfony features

Release 1.14.2

08 Dec 12:56
6c0407c
Compare
Choose a tag to compare

This release contains bugfixes:

  • Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase & bump of PHPUnit requirements,
  • Fixed support for Symfony 4

Release 1.14.1

28 Nov 09:01
7431adc
Compare
Choose a tag to compare

This release contains bugfixes:

  • Adding tests for Symfony 4 BETA,
  • Fixing a bug, that the $callbacks are eventually passed to addDequeuerAwareCall(), which
    expects a string, not a Reference object. In Symfony 3, the Reference was cast to a string, which returned the id, so it worked.

Release 1.14.0

08 Nov 09:12
acafbdb
Compare
Choose a tag to compare

This release contains new features & bugfixes:

  • Remove support for Symfony <2.7 & allow to install with Symfony 4 (#446),
  • Added missing fixXmlConfig in addQueueNodeConfiguration (#451),
  • Fix isRamAlmostOverloaded function in Consumer (#435),
  • Added reset functionality to RPC client (#466),
  • Fixed config:dump-reference, fixed PHPUnit deprecated warning (#482),
  • BatchConsumer loop after SIGTERM (#476)

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