eventstore v0.11.0 Release Notes

  • ✨ Enhancements

    • 👌 Support for running on a cluster of nodes using Swarm for process distribution (#53).

    • ➕ Add stream_version column to streams table. It is used for stream info querying and optimistic concurrency checks, instead of querying the events table.

    ⬆️ Upgrading

    ⚙ Run the schema migration [v0.11.0.sql](priv/event_store/migrations/v0.11.0.sql) script against your event store database.