Releases: prooph/proophessor
Releases · prooph/proophessor
0.5.2 Dev Release
Changed
- #31 Proxy transaction handling to the event store
0.5.1 Dev Release
Changed
- Requires prooph/event-store v4.0
- #29 Support nested transactions
0.5.0 Dev Release
0.4.0 Dev Release
Changed
- we now use phpspec for testing instead of PHPUnit
- #12: TransactionManager now only listens on CommandDispatch::FINALIZE allowing you to unset a caught exception to force transaction commit
Added
- a lot of new spec tests to cover all important parts of proophessor
0.3.1 Patch
Fixes
- FeatureManager needs to be proxied because EventStore\Configuration now requires a ServiceLocator
0.3.0 Dev Release
Added
- AutoCommitCommand marker interface to tell the TransactionManager that he should not handle this command
0.2.0 Dev Release
Added
- EventStoreSchema now excepts a custom stream name as second parameter
0.1 Dev Release
First Development Version
Includes
- ZF2 integration for prooph/service-bus 3.x, prooph/event-store 3.x, prooph/event-sourcing 2.x
- prooph components are using a shared kernel prooph/common
- Complete support and documentation for commanding, event sourcing and synchronous event handling