Skip to content

Releases: prooph/service-bus

4.6 Release

21 Oct 10:04
Compare
Choose a tag to compare

Milestone: v4.6 Release

Added

  • #82, #83 / new plugin to easily handle string messages

Changed

  • #78 , #80 / RouteGuadPlugin passes message as context to AuthenticationService
  • #77 / Message bus factory now uses interop-config
    • Please be aware that container-interop and interop-config are not installed by default but required when you want to use one of the factories! See composer suggestions
  • #75 / Test namespace was changed from Prooph\ServiceBusTest to ProophTest\ServiceBus

4.5 Release

06 Oct 16:38
Compare
Choose a tag to compare

4.4.1 Release

02 Oct 13:42
Compare
Choose a tag to compare

Fixes

  • #73 fix exception message

4.4 Relase

29 Sep 14:17
Compare
Choose a tag to compare

Changed

  • #71 The HandleCommandStrategy now checks for the existence of a handle<ShortCommandName> method first. Only if it cannot find a corresponding method in the command handler it falls back to the method name handle.

4.3 Release

13 Sep 20:45
Compare
Choose a tag to compare

4.2 Release

08 Sep 20:37
Compare
Choose a tag to compare

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

04 Sep 17:23
Compare
Choose a tag to compare
4.2-beta.1 Release Pre-release
Pre-release
Merge pull request #68 from prolic/tests

Add tests

4.1.2 Hotfix

21 Aug 11:53
Compare
Choose a tag to compare

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

20 Aug 21:37
Compare
Choose a tag to compare

Small fix in the new configuration skeleton.
Router key was missing for the query bus config.

4.1 Release

20 Aug 20:26
Compare
Choose a tag to compare

This release adds a new way of framework integration.
Check out the new doc Framework Integration