Releases: prooph/service-bus
Releases · prooph/service-bus
4.6 Release
Milestone: v4.6 Release
Added
Changed
- #78 , #80 / RouteGuadPlugin passes message as context to AuthenticationService
- #77 / Message bus factory now uses interop-config
- Please be aware that
container-interop
andinterop-config
are not installed by default but required when you want to use one of the factories! See composer suggestions
- Please be aware that
- #75 / Test namespace was changed from
Prooph\ServiceBusTest
toProophTest\ServiceBus
4.5 Release
Added
- #74 adds a new message producer plugin
4.4.1 Release
Fixes
- #73 fix exception message
4.4 Relase
Changed
- #71 The
HandleCommandStrategy
now checks for the existence of ahandle<ShortCommandName>
method first. Only if it cannot find a corresponding method in the command handler it falls back to the method namehandle
.
4.3 Release
4.2 Release
Added
- tons of unit tests
- a
MessageProducer
interface that defines the contract for async message producer - package specific exception classes extending the core exception classes
4.2-beta.1 Release
Merge pull request #68 from prolic/tests Add tests
4.1.2 Hotfix
This is fast hotfix to correct a wrong decision regarding the namespace for the new factories added with v4.1
Factories can now be found in src/Container and therefor have the namespace Prooph\ServiceBus\Container
.
Note: It is a BC break but v4.1 has been released 16 hours ago so releasing the hotfix should be enough.
If you are interested why we've changed the namespace please refer to prooph/event-store#69
4.1.1 Bugfix Release
Small fix in the new configuration skeleton.
Router key was missing for the query bus config.
4.1 Release
This release adds a new way of framework integration.
Check out the new doc Framework Integration