Releases: bernardphp/BernardBundle
Releases · bernardphp/BernardBundle
2.0.2
2.0.1
2.0.0: Merge pull request #41 from mente/patch-1
- Symfony 3 Support
2.0.0-alpha1: Merge pull request #34 from jenkoian/support-symfony3-table
Use new table helper if available, else fallback to the old one.
1.1.2: Merge pull request #30 from rvanginneken/1.x
Envelope normalizer added to symfony serializer
1.1.1: Merge pull request #15 from webfactory/sqs_driver
SQS driver support for 1.x
1.1.0: Merge pull request #16 from webfactory/master
- Several new drivers are now support including SQS.
- Incompatibility with symfony 2.6+ is now handled correctly.
Thanks to all the contributors who maded this release possible.
Fix Composer
Change composer requirement of Bernard to <0.13
Initial Release
- Supports Predis, Doctrine and FlatFile driver.
- Register receivers through the dependency injection container with
bernard.receiver
tag. - Register middleware factories through the container with
bernard.middleware
tag. - Turn on/off core middlewares though semantic configuration.
- Debug what receivers that are registered with
php app/console bernard:debug
. - Run the consumer through your console
php app/console bernard:consume