- Support Commanded v1.1.0 including new
prefix
event store option.
- Support multiple Commanded apps (#25).
- Support for Commanded v0.19.
- Skip deleted events instead of crashing (#22).
- Support for Commanded v0.18.
- Add support for transient Event Store subscriptions (#9).
- Raise log level of wrong expected version (#10).
- Supervisor for subscription processes (#8).
- Include
event_id
in recorded event data.
- Fix compilation error with Commanded v0.14.0 due to removal of
Commanded.EventStore.TypeProvider
macro, replaced with runtime config lookup (#5).
- Raise an exception if
:stream_prefix
configuration contains a dash character ("-") as this does not work with subscriptions (#3).
- Initial release.