Skip to content

Releases: awd-studio/service-buses

v4.0.2

20 Jul 19:26

Choose a tag to compare

Fixed README

Marking current version

04 Jul 16:56

Choose a tag to compare

4.0.1

Fixed min PHP version in README

Updated project to 8.2

04 Jul 16:50

Choose a tag to compare

Migrated to PHP 8.2
Removed ECS
Updated testing and QA tools
Cleaned up codebase
Updated syntax to 8.2

v3.1.2: Merge pull request #19 from awd-studio/updates

22 Jul 17:48
d3e2487

Choose a tag to compare

[#18] Added a check for the MessageIdResolver to discover existing interfaces

v3.1.0: Merge pull request #17 from awd-studio/#16

10 Jun 20:15
e23debf

Choose a tag to compare

#14 Provided ability to configure service-handlers with methods different from "__invoke"
#16 Provide a decorator to subscribe handlers automatically on messages by type-hint

The 3rd version

07 Jun 20:32
8466c1c

Choose a tag to compare

  • Rewritten the logic more efficiently.
  • Increased supporting PHP versions to 7.3+.
  • Allowed inserting additional parameters, after a message.
  • Moved buses implementation to the root namespace.
  • Provided a base handlers parser to fetch a message to subscribe on.
  • Implemented an ability to subscribe on parents or implemented interface.
  • Tested out.
  • Added module tests.
  • Writed docummentation.

v2.0.0

08 Oct 17:04

Choose a tag to compare

  • #5 Separated registers and buses
  • #3 Provided middleware supporting
  • Refactored and re-structured

v1.1.0

04 Aug 00:04
d576607

Choose a tag to compare

#2 Provided an ability to use invokable handlers for all of the buses.
#6 Added Psalm analysis tool