Skip to content

Releases: bernardphp/BernardBundle

2.0.2

Choose a tag to compare

@acrobat acrobat released this 23 Jul 12:32
v2.0.2
  • 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

Choose a tag to compare

@acrobat acrobat released this 24 Jun 16:07
v2.0.1

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

Choose a tag to compare

@henrikbjorn henrikbjorn released this 09 Dec 12:35
  • Symfony 3 Support

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

Choose a tag to compare

@henrikbjorn henrikbjorn released this 12 Oct 07:39
Use new table helper if available, else fallback to the old one.

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

Choose a tag to compare

@henrikbjorn henrikbjorn released this 29 Mar 12:23
Envelope normalizer added to symfony serializer

1.1.1: Merge pull request #15 from webfactory/sqs_driver

Choose a tag to compare

@henrikbjorn henrikbjorn released this 01 Sep 20:14
SQS driver support for 1.x

1.1.0: Merge pull request #16 from webfactory/master

Choose a tag to compare

@henrikbjorn henrikbjorn released this 29 Jun 13:03
  • 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

Choose a tag to compare

@henrikbjorn henrikbjorn released this 27 Jan 12:47

Change composer requirement of Bernard to <0.13

Initial Release

Choose a tag to compare

@henrikbjorn henrikbjorn released this 27 Jan 12:46
  • 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