Releases: hallgren/eventsourcing
Releases · hallgren/eventsourcing
eventstore/bbolt/v0.0.8
Point to github.com/hallgren/eventsourcing v0.0.18
v0.0.17
snapshotstore/sql/v0.0.4
Point to github.com/hallgren/eventsourcing v0.0.17
eventstore/sql/v0.0.7
Point to github.com/hallgren/eventsourcing v0.0.17
eventstore/bbolt/v0.0.7
Point to github.com/hallgren/eventsourcing v0.0.17
snapshotstore/sql/v0.0.3
Change how Aggregates are stored as Snapshots. Its now split into Snapshot Handler and Snapshot stores. Where the Snapshot handler transform a Aggregate to a Snapshot struct, and the snapshot store get and saves Snapshot structs.
v0.0.16
v0.0.15
eventstore/sql/v0.0.6
- GlobalVersion support
- GlobalEvents(start, count uint64) ([]eventsourcing.Event, error)
eventstore/bbolt/v0.0.6
- GlobalVersion support
- GlobalEvents(start, count uint64) ([]eventsourcing.Event, error)