Releases: gosuperscript/laravel-eventstore
Releases · gosuperscript/laravel-eventstore
v8.4.1
8.4.1 (2022-02-18)
Updates
- Throw
ConnectionLostException
instead of plain Exception
#33
v8.4.0
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
8.3.0 (2021-01-22)
Features
v8.2.0
8.2.0 (2021-01-22)
Features
v8.1.2
8.1.2 (2020-08-24)
Bug Fixes
v8.1.1
8.1.1 (2020-05-01)
Bug Fixes
v8.1.0
8.1.0 (2020-05-01)
Features
- seed upon reset as this is v. common (25ee06d)
v8.0.2
8.0.2 (2020-04-30)
Bug Fixes
v8.0.1
8.0.1 (2020-04-02)
Bug Fixes
v8.0.0
8.0.0 (2020-03-29)
Bug Fixes
- tests: Avoid conflict in namespace (6aa274b)
BREAKING CHANGES
- tests: Update tests to use the TestUtils namespace