Skip to content

Releases: eMAGTechLabs/RabbitMqBundle

2.0.2: 8-Force batch consumer to stop (#9)

26 Feb 09:47
e4bd193
Compare
Choose a tag to compare
  • removing deprecated Debug package
  • fixing BatchConsumer does not acknowledge gracefulExecutionTime

fixing setup:fabric in symfony 5

06 Feb 17:16
539a053
Compare
Choose a tag to compare
Allow symfony 5 fixes (#5)

fixing setup-fabric compatibility with sf5

Symfony 5 compatible

09 Dec 11:19
Compare
Choose a tag to compare

Changes were made to the library in order to make it compatible to Symfony 5, the minimum version required for it to run being 4.3

fixing compatibility with php 5.3

06 Dec 16:30
5d46fd8
Compare
Choose a tag to compare
  • add php7.3 in travis checking

  • make code compatible with php 5.3

the builds are failing on php5.3 due the fact that php 5.3 doesn't support ::class constant.
The issue was introduced by: https://github.com/php-amqplib/RabbitMqBundle/pull/571/files

fixing deprecation notices caused in symfony 4.3

01 Nov 10:29
Compare
Choose a tag to compare

fixing deprecation notices caused by symfony 4.3.