Incident v0.6.0 Release Notes

Release Date: 2020-12-09 // over 3 years ago
  • โž• Added

    Library

    • ๐Ÿ– Handle race conditions and concurrent scenarios during command execution;
    • โž• Add EventStoreSupervisor to supervise EventStore adapters and LockManager;
    • โž• Add AggregateLock schema to hold lock data;

    Bank Example Application

    • โž• Add integration tests that exercise concurrency and race conditions;

    ๐Ÿ”„ Changed

    Library

    • ๐Ÿ”„ Change how Incident is configured and added in the application supervision tree;
    • โšก๏ธ Update mix incident.postgres.init to include migration for aggregate_locks table;
    • ๐Ÿ“š Update documentation regarding library configuration and usage;
    • โšก๏ธ Update package dependencies;

    Bank Example Application

    • ๐Ÿ“š Update documentation regarding library configuration and usage;