Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@pedroassumpcao pedroassumpcao released this 03 Nov 21:40

Changed

Library

  • Add id for the in memory event data structure;
  • Sort events by id in the Event Store Postgres and InMemory adapters to ensure proper event ordering;
  • Remove updated_at column from events table in the mix incident.postgres.init task;
  • Update documentation;
  • Update package dependencies;

Bank Example Application

  • Update events migration to reflect changes in the mix incident.postgres.init task;