All Versions
42
Latest Version
Avg Release Cycle
55 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
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.
- โฌ๏ธ Upgrade
-
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'screated_at
property.
- ๐ Use