Incident v0.3.0 Release Notes

Release Date: 2019-09-14 // over 4 years ago
  • ➕ Added

    Library

    • ➕ Add Postgres adapter for events;
    • ➕ Add Postgres adapter for projections;
    • Set up continuous integration with Circle CI;

    Bank Example Application

    • ➕ Add integration tests for InMemoryAdapter;
    • ➕ Add integration tests for PostgresAdapter;

    🔄 Changed

    Library

    • Specify separate event data structures for InMemoryAdapter and PostgresAdapter;

    Bank Example Application

    • 0️⃣ Use PostgresAdapter as default;
    • ⚡️ Update readme file;