Skip to content

Releases: nWidart/Laravel-broadway

2.0.2

22 Nov 09:04
26d48ae
Compare
Choose a tag to compare

Added

Support for Laravel 5.6 and 5.7

2.0.1

18 Nov 23:46
Compare
Choose a tag to compare

Added

Support for laravel 5.5

Version 2.0.0

22 Aug 17:27
Compare
Choose a tag to compare

This is solely a compatibility update for broadway/broadway 1.0.0.

Please read their UPGRADE GUIDE to see what needs updating in your codebase.

Notice: Broadway has split out a bunch of packages from its main repository (dbal / elasticsearch / sagas); This package has opted to require only the new dbal package. If you depend on ElasticSearch you will need to require it yourself.

composer require broadway/read-model-elasticsearch

Version 1.0.0

01 Feb 11:46
1.0.0
fb354d9
Compare
Choose a tag to compare

Added

  • Support for laravel 5.4

Changed

  • Updated broadway to 0.10
  • Fixed DBAL connection using connection name instead of driver for pdo driver. (#17)
  • Event store uuid column changed to char (#15)
  • Make the stream decorator and enrichers available (#12)
  • Create correct version of ElasticSearch client (#8)
  • Fix error instantiating ElasticSearch client (#6)

Removed

  • Dropped support for laravel 5.0

Version 0.3.0

03 Feb 12:56
Compare
Choose a tag to compare

Added

  • Support for laravel 5
  • Default concrete class for AggregateFactoryInterface (bound to PublicConstructorAggregateFactory)

Changed

  • Registering Command Handlers : new public api for registering command handlers
  • Registering Projectors : new public api for registering projectors

Removed

  • Dropped support for laravel 4

Version 0.2.1

28 Jan 18:50
Compare
Choose a tag to compare

Added

  • Migration: Event Store table now has an id column auto incremented.
  • Migration: Event Store table now has a uniqueness constraint on the uuid and playhead

Changed

  • Composer: Adding a prefer stable option in composer.json
  • Composer: Adding Elasticsearch package as a suggested package. Not included by default.
  • Migration: Event Store table now use the correct types

Version 0.2

20 Jan 20:15
Compare
Choose a tag to compare

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

Version 0.1 Beta Release

19 Jan 20:12
Compare
Choose a tag to compare

First version of Laravel-Broadway.