Releases: awd-studio/service-buses
Releases · awd-studio/service-buses
v4.0.2
Marking current version
4.0.1 Fixed min PHP version in README
Updated project to 8.2
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
[#18] Added a check for the MessageIdResolver to discover existing interfaces
v3.1.0: Merge pull request #17 from awd-studio/#16
The 3rd version
- 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.