Releases: tonyx/Sharpino
Releases · tonyx/Sharpino
1.6.6
This release is the last one compatible with the current set of samples. The following releases will use more generic to be able to use binary serialization on pg event store.
1.5.9
This is right before I am going to ditch the kafka code (at least for aggregates).
1.5.7
- Added runInitAndCommand that creates a new aggregate and a command context in a single transaction.
- Changed the signature of runAggregate and runNAggregate (simplified the viewer passed as parameter avoiding a labmda)
1.5.3
Added aggregate snapshots. Aggregates now need a new static SnapshotsInterval member of type int.
1.5.1
Added support the classic optimistic lock. Can configure it per aggregate (but the user in connection need strong Postgres rights). See sample 3
fine level aggregates
Aggregates can be identified by a proper id in a stream of events of the same type. It can use only a state viewer based on event store (not kafka yet).
1.4.7 - Kafka based state viewer
Nodes can build their own state of any bounded context by subscribing to Kafka topics and processing the related events.