All Versions
42
Latest Version
Avg Release Cycle
55 days
Latest Release
-

Changelog History
Page 4

  • v0.8.1 Changes

    โœจ Enhancements

    • โž• Add Access functions to EventStore.EventData and EventStore.RecordedEvent modules (#37).
    • ๐Ÿ‘ Allow database connection URL to be provided as a system variable (#39).

    ๐Ÿ› Bug fixes

    • ๐Ÿ“œ Writer not parsing database connection URL from config (#38).
  • v0.8.0 Changes

    โœจ Enhancements

    • Stream events from a single stream forward.

  • v0.7.4 Changes

    โœจ Enhancements

    • Subscriptions use Elixir streams to read events when catching up.
  • v0.7.3 Changes

    โœจ Enhancements

    • โฌ†๏ธ Upgrade fsm dependency to v0.3.0 to remove Elixir 1.4 compiler warnings.
  • v0.7.2 Changes

    โœจ Enhancements

    • Stream all events forward (#34).
  • v0.7.1 Changes

    โœจ Enhancements

    • ๐Ÿ‘ Allow snapshots to be deleted (#26).
  • v0.7.0 Changes

    โœจ Enhancements

    • Subscribe to a single stream, or all streams, from a specified start position (#17).

  • v0.6.2 Changes

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘€ Subscriptions that are at max capacity should wait until all pending events have been acknowledged by the subscriber being catching up with any unseen events.
  • v0.6.1 Changes

    โœจ Enhancements

    • ๐Ÿ— Use IO lists to build insert events SQL statement (#23).
  • v0.6.0 Changes

    โœจ Enhancements

    • ๐Ÿ‘‰ Use NaiveDateTime for each recorded event's created_at property.