Release 0.5.1
Changed
Library
- Add
id
for the in memory event data structure; - Sort events by
id
in the Event StorePostgres
andInMemory
adapters to ensure proper event ordering; - Remove
updated_at
column fromevents
table in themix incident.postgres.init
task; - Update documentation;
- Update package dependencies;
Bank Example Application
- Update
events
migration to reflect changes in themix incident.postgres.init
task;