Skip to content

Releases: gosuperscript/laravel-eventstore

v8.4.1

18 Feb 10:56
ef92f4a
Compare
Choose a tag to compare

8.4.1 (2022-02-18)

Updates

  • Throw ConnectionLostException instead of plain Exception #33

v8.4.0

12 May 16:50
Compare
Choose a tag to compare

8.4.0 (2021-05-12)

Features


You can replay events by using the replay command

php artisan eventstore:replay <stream> <event>
<event> can be a single event number or a range like 390-396

v8.3.0

22 Jan 17:28
Compare
Choose a tag to compare

8.3.0 (2021-01-22)

Features

v8.2.0

22 Jan 16:48
Compare
Choose a tag to compare

8.2.0 (2021-01-22)

Features

v8.1.2

24 Aug 09:26
b22a4a9
Compare
Choose a tag to compare

8.1.2 (2020-08-24)

Bug Fixes

v8.1.1

01 May 19:59
Compare
Choose a tag to compare

8.1.1 (2020-05-01)

Bug Fixes

v8.1.0

01 May 19:38
Compare
Choose a tag to compare

8.1.0 (2020-05-01)

Features

  • seed upon reset as this is v. common (25ee06d)

v8.0.2

30 Apr 14:41
Compare
Choose a tag to compare

8.0.2 (2020-04-30)

Bug Fixes

v8.0.1

02 Apr 15:34
Compare
Choose a tag to compare

8.0.1 (2020-04-02)

Bug Fixes

v8.0.0

29 Mar 09:48
Compare
Choose a tag to compare

8.0.0 (2020-03-29)

Bug Fixes

  • tests: Avoid conflict in namespace (6aa274b)

BREAKING CHANGES

  • tests: Update tests to use the TestUtils namespace