Releases: php-amqplib/RabbitMqBundle
Releases · php-amqplib/RabbitMqBundle
2.7.1
2.7.0
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.