Releases: prooph/event-sourcing
5.0.0-beta2 Release
v5.0.0-beta2 5.0.0-beta2 Release
5.0.0-beta1 Release
v5.0.0-beta1 5.0.0-beta1 Release
4.0 Release
v4.0-beta.1 Release
Beta release with support for upcoming prooph/event-store v6 including "apply events late" and iterator streams. See release notes of event-store for details
Milestone: v4.0
3.0 Release
Added
- tons of tests
Changed
AggregateChanged
andAggregateRoot
adjusted to support prooph/common 3.5+- The changes should not have any effect in userland code as long as you don't rely on internal logic of the classes
3.0-beta.2 Release
Second beta release for 3.0.
3.0 Beta Relase
Work for v3.0 is almost done. BC for prooph/event-sourcing itself is guaranteed, but bumping version to prooph/common ~3.2 requires you to also use new major versions for prooph/service-bus (4.x) and prooph/event-store (5.x) if you use prooph/event-sourcing together with these components. Please check release notes and docs of the components for more information.
As prooph/event-store 5.x is not released yet (5.0-beta.1 is available) we only provide a beta for prooph/event-sourcing too.
Major versions for both packages will be released soon.
2.1 Release
Changed
- Support prooph/common v2.0
2.0.2 Patch
Fixes
The AggregateChanged event class contained a relict of the time befor the refactoring - the no longer used aggregateId property. The aggregateId is now stored in the metada array of an event so setting or getting the property had no effect except unwanted ones.
With this fix the property is removed.
2.0.1 Release
Fixed
- AggregateChanged now uses function get_called_class to detect message name