Releases: dsantang/domain-events-doctrine
Releases · dsantang/domain-events-doctrine
v0.10.0
v0.9.0
v0.8.1
v0.8.0
Improvements:
- Minimum PHP version bumped to 7.4, allows 8.0
- Update project dependencies
- Add Composer require checker to ensure direct dependencies are declared
v0.7.0
v0.6.0
New fixes:
- Prevent records to be stored on wrong order.
A foreign key constraint was created on the new "previous_event" column and a reference was made to the current primary key column (id). With this association, the database always guarantees the order of insertions due to the relationship (FK) nature.
v0.5.0
v0.4.0
New features:
- Add support for automatically storing the domain events into the database following the "outbox pattern".