Skip to content

Version 0.2

Compare
Choose a tag to compare
@nWidart nWidart released this 20 Jan 20:15
· 117 commits to master since this release

Added

  • New command: php artisan broadway:event-store:migrate table_name to create the event store table
  • Read Model: A factory is now instantiating the read model implementation based on the setting
  • Read Model: An In Memory read model driver is now available
  • Event Store: A factory is now instantiating the event store implementation based on the setting
  • Event Store: An In Memory event store driver is now available

Changed

  • IoC key name of the Elasticsearch client from elastic-search to Elasticsearch
  • Config: Change the read-model key name of elastic-search to elasticsearch