Releases: prooph/service-bus-symfony-bundle
Releases · prooph/service-bus-symfony-bundle
v0.7.0
v0.6.0
v0.5.1
Release v0.5
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
- Add config route option
async_switch
to produce async messages
Release 0.4.1
0.4 Release
Changed
- #10 - Bump service bus package to v6.0
0.3 Release
v0.3 0.3 Release
0.2 Dev Release
#Added
- service id
prooph_service_bus.handle_command_invoke_strategy
- service id
prooph_service_bus.finder_invoke_strategy
Changed
- service id for
OnEventStrategy
changed fromProoph\ServiceBus\Plugin\InvokeStrategy\OnEventStrategy
toprooph_service_bus.on_event_invoke_strategy
0.1 Dev Release
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.