eventstore v0.17.0 Release Notes

Release Date: 2019-07-03 // almost 5 years ago
  • ✨ Enhancements

    • 👍 SSL support including Mix tasks (#161).
    • 👉 Use timestamp with time zone for timestamp fields (#150).

    ⬆️ Upgrading

    ⬆️ Upgrade your existing EventStore database by running:

    mix event_store.migrate
    

    Note: The migrate command is idempotent and can be safely run multiple times.

    You can drop and recreate an EventStore database by running:

    mix do event_store.drop, event_store.create, event_store.init