Skip to content

Releases: bernardphp/BernardBundle

2.0.2

23 Jul 12:32
v2.0.2
Compare
Choose a tag to compare
  • Fixed BC break in 2.0.1 where the defaultMessage normalizer was removed in the bernard lib. See #52
  • Small usability fixes. See #49
  • Bumped the minimum requirement for symfony to 2.7. See #50
  • Bumped phpunit and refactored tests. See #53

2.0.1

24 Jun 16:07
v2.0.1
Compare
Choose a tag to compare

Bugfix release to fix incompatibilities with the 1.0.0-alpha5 release of bernard

2.0.0: Merge pull request #41 from mente/patch-1

09 Dec 12:35
Compare
Choose a tag to compare

2.0.0-alpha1: Merge pull request #34 from jenkoian/support-symfony3-table

12 Oct 07:39
Compare
Choose a tag to compare
Use new table helper if available, else fallback to the old one.

1.1.2: Merge pull request #30 from rvanginneken/1.x

29 Mar 12:23
Compare
Choose a tag to compare
Envelope normalizer added to symfony serializer

1.1.1: Merge pull request #15 from webfactory/sqs_driver

01 Sep 20:14
Compare
Choose a tag to compare

1.1.0: Merge pull request #16 from webfactory/master

29 Jun 13:03
Compare
Choose a tag to compare
  • 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

27 Jan 12:47
Compare
Choose a tag to compare

Change composer requirement of Bernard to <0.13

Initial Release

27 Jan 12:46
Compare
Choose a tag to compare
  • 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