Skip to content

Releases: gosuperscript/laravel-eventstore

v7.0.3

28 Feb 17:54
Compare
Choose a tag to compare

7.0.3 (2020-02-28)

Bug Fixes

v7.0.2

28 Feb 15:21
Compare
Choose a tag to compare

7.0.2 (2020-02-28)

Bug Fixes

v7.0.1

17 Dec 12:36
Compare
Choose a tag to compare

7.0.1 (2019-12-17)

Bug Fixes

  • provide default argument for logging context methods (4f07bf8)

v7.0.0

17 Dec 10:53
69d43f7
Compare
Choose a tag to compare

7.0.0 (2019-12-17)

BREAKING CHANGES

  • remove EventStore::$logger, introduce EventStore::$threadLogger / EventStore::$workerLogger

v6.4.0

16 Dec 13:40
Compare
Choose a tag to compare

6.4.0 (2019-12-16)

Features

  • split worker logic into threads (9506e94)

v6.3.0

06 Dec 11:21
a8152fc
Compare
Choose a tag to compare

6.3.0 (2019-12-06)

Features

  • eventstore connection setting (4acfe49), closes #25

v6.2.0

11 Nov 11:47
Compare
Choose a tag to compare

6.2.0 (2019-11-11)

Bug Fixes

  • set metadata to [] if original event has it null to prevent type exception on getMetadata() call (8479c0c)

Features

  • Handle Logging output in app. (6bde1b9)

v6.1.0

04 Nov 15:44
Compare
Choose a tag to compare

#19 Added customisable logging to be customisable per app basis.

v6.0.0 (2019-11-04)

04 Nov 13:41
5c70f4c
Compare
Choose a tag to compare

#17 Added a new command to reset database and re-create streams.
#18 Added EventStoreServiceProvider to handle eventToClass
#18 Added AddsUserMetaData trait to pull requested user into events meta data.

BREAKING CHANGES

  • Removed event_to_class method and moved to EventStoreServiceProvider class

v5.1.5

16 Oct 10:38
9a73727
Compare
Choose a tag to compare

5.1.5 (2019-10-16)

Bug Fixes

  • config: Use env vars in default config.php (9a73727)