Releases: neos/Neos.EventSourcing
Releases · neos/Neos.EventSourcing
Bugfix release
- BUGFIX: Clear $pendingEvents when invoking DeferEventPublisher (#286)
Bugfix Release
Flow 7.0 compatibility
This release adds (declares) compatibility with Flow 7.*.
2.2.0
- FEATURE: Introduce projection:catchup command (#271)
2.1.0
- FEATURE: Replay / catch up until sequence number (#268)
2.0.2
2.0.1
- BUGFIX: properly re-throw ConcurrencyException in case $expectedVersion mismatches (529344b)
2.0.0 - First stable Release
The first stable release of this package.
Note: If you were already one of the brave early adopters and used 1.0 of this package please be aware of the fact that 2.0 is quite a rewrite with lots of breaking changes.
1.0.1
1.0.0 - First Release
A little more than 2,5 years after the first commit, we decided to release the first version of this package.
Thank you very much to all contributors so far!
Note: Even though this package is already used in production environments, we still consider it experimental at this point.
This release is a preparation for a major rework that will soon come as version 2.x.
So please make sure to set your composer dependencies to a fixed commit or (major) version like:
"require": {
"neos/event-sourcing": "^1.0"
}