Skip to content

Releases: prooph/service-bus-symfony-bundle

v0.7.0

26 Apr 12:33
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

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

30 Dec 15:12
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Added

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

Changed

  • Support Symfony 4 and PHP 7.2 (#52)

v0.5.1

06 Dec 10:12
8a7ba5d
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Fixed

Release v0.5

29 Oct 14:10
v0.5
8845038
Compare
Choose a tag to compare
Release v0.5 Pre-release
Pre-release

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

26 Jun 07:04
Compare
Choose a tag to compare
0.3.1 Dev Release Pre-release
Pre-release
  • Add config route option async_switch to produce async messages

Release 0.4.1

07 Apr 11:41
Compare
Choose a tag to compare
Release 0.4.1 Pre-release
Pre-release

0.4 Release

19 Feb 22:00
Compare
Choose a tag to compare
0.4 Release Pre-release
Pre-release

Changed

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

0.3 Release

04 Jan 12:31
Compare
Choose a tag to compare
0.3 Release Pre-release
Pre-release
v0.3

0.3 Release

0.2 Dev Release

23 Aug 20:11
Compare
Choose a tag to compare
0.2 Dev Release Pre-release
Pre-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 from Prooph\ServiceBus\Plugin\InvokeStrategy\OnEventStrategy to prooph_service_bus.on_event_invoke_strategy

0.1 Dev Release

23 Aug 09:01
Compare
Choose a tag to compare
0.1 Dev Release Pre-release
Pre-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.