Releases: php-amqplib/RabbitMqBundle
Releases · php-amqplib/RabbitMqBundle
2.6.0
2.5.3
2.5.2
2.5.1
v1.14.4: - Class is no longer final (#521)
Added support for custom connection arguments "constructor_args"
Added "graceful_max_execution" for batch consumers
v1.14.3
Release 1.14.2
This release contains bugfixes:
- Use
PHPUnit\Framework\TestCase
instead ofPHPUnit_Framework_TestCase
& bump of PHPUnit requirements, - Fixed support for Symfony 4
Release 1.14.1
This release contains bugfixes:
- Adding tests for Symfony 4 BETA,
- Fixing a bug, that the
$callbacks
are eventually passed toaddDequeuerAwareCall()
, which
expects a string, not aReference
object. In Symfony 3, theReference
was cast to a string, which returned the id, so it worked.
Release 1.14.0
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
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()
inBaseConsumer
(#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