v3.0.1
- Rethrow exceptions in
SimpleCommandBus. - Make
DynamoDbEventStore::pipeEventsuse a consistent read by default (customizable via$context['consistent']). - Use DynamoDB transactWriteItems instead of WriteRequestBatch in
DynamoDbEventStore.
SimpleCommandBus.DynamoDbEventStore::pipeEvents use a consistent read by default (customizable via $context['consistent']).DynamoDbEventStore.