Releases: php-amqplib/RabbitMqBundle
Releases · php-amqplib/RabbitMqBundle
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
Version 1.12.0
- added context argument to multiple consumers command
- several bugfixes
Bugfix release - v1.11.2
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
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
v1.10.0
1.9.0 - First release with under new organization
v1.9.0 #342 Fix formatting to comply with PSR-2