Releases: PcComponentes/open-api-messaging-context
Releases · PcComponentes/open-api-messaging-context
v2.6.0
Add compatibility with PcComponentes/ddd 4.0
v2.5.0
Aggregate message context: allow not uuid aggregateId Value, changed to not empty string
v2.4.0
Add compatibility with PcComponentes/ddd 3.0
v2.3.0 PHP 8
php8 support added
2.2.0
2.1.0
- Support for multiple same messages dispatched in same use case
- Step added:
Then the message "pccomponentes.test.1.domain_event.test.test" should be dispatched 3 times
2.0.1
- Allow 204 responses with no content-type
2.0.0
- Symfony 5.0 support
- Suport for asyncapi schema version 2.0.0
- Change mink browserkit for friends of behat
1.0.0
Merge pull request #5 from PcComponentes/feature/upgrade-ddd-2.0 Upgrade ddd to 2.0
Add aggregate and simple message context
v0.1.1 Merge pull request #3 from PcComponentes/feature/add-aggregate-and-si…