Skip to content

Releases: prooph/service-bus-symfony-bundle

v0.7.0

v0.7.0 Pre-release
Pre-release

Choose a tag to compare

@UFOMelkor UFOMelkor released this 26 Apr 12:33

Changed

  • Enhance documentation (#58, thank to @coudenysj)
  • Allow private message handlers (#61)

Fixed

  • Use Prooph\Common\Messaging\HasMessageName as only requirement for message_detection (#64)
  • Allow message detection with private constructors (#69)
  • Fix router configuration with async_switch (#65, thanks to @s-code)

v0.6.0

v0.6.0 Pre-release
Pre-release

Choose a tag to compare

@UFOMelkor UFOMelkor released this 30 Dec 15:12

Added

  • Support every type of message in profiling plugins (#49)

Changed

  • Support Symfony 4 and PHP 7.2 (#52)

v0.5.1

v0.5.1 Pre-release
Pre-release

Choose a tag to compare

@UFOMelkor UFOMelkor released this 06 Dec 10:12
8a7ba5d

Fixed

Release v0.5

Release v0.5 Pre-release
Pre-release

Choose a tag to compare

@codeliner codeliner released this 29 Oct 14:10
8845038

New Dev release supporting latest version of prooph/service-bus

We added a lot of new features to the bundle. Take a look at the updated documentation in the doc folder.

If you want to see the bundle in action checkout our symfony example application proophessor-do-symfony which uses the new bundle in a Symfony Flex enabled application.

Roadmap

We don't expect more BC breaking changes and plan a first stable release of the bundle soon. In the meanwhile please report any bugs here

0.3.1 Dev Release

0.3.1 Dev Release Pre-release
Pre-release

Choose a tag to compare

@sandrokeil sandrokeil released this 26 Jun 07:04
  • Add config route option async_switch to produce async messages

Release 0.4.1

Release 0.4.1 Pre-release
Pre-release

Choose a tag to compare

@mablae mablae released this 07 Apr 11:41

0.4 Release

0.4 Release Pre-release
Pre-release

Choose a tag to compare

@codeliner codeliner released this 19 Feb 22:00

Changed

  • #10 - Bump service bus package to v6.0

0.3 Release

0.3 Release Pre-release
Pre-release

Choose a tag to compare

@prolic prolic released this 04 Jan 12:31
v0.3
v0.3

0.3 Release

0.2 Dev Release

0.2 Dev Release Pre-release
Pre-release

Choose a tag to compare

@codeliner codeliner released this 23 Aug 20:11

#Added

  • service id prooph_service_bus.handle_command_invoke_strategy
  • service id prooph_service_bus.finder_invoke_strategy

Changed

  • service id for OnEventStrategy changed from Prooph\ServiceBus\Plugin\InvokeStrategy\OnEventStrategy to prooph_service_bus.on_event_invoke_strategy

0.1 Dev Release

0.1 Dev Release Pre-release
Pre-release

Choose a tag to compare

@codeliner codeliner released this 23 Aug 09:01

First development version. API is expected to change as we'll try the current approach in a real app and may change things until we're happy with the bundle.