Incident v0.5.1 Release Notes

Release Date: 2020-11-03 // over 3 years ago
  • 🔄 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;
    • ✂ Removed 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;