Skip to content

Releases: tonyx/Sharpino

1.6.6

02 May 10:41
Compare
Choose a tag to compare

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

06 Apr 15:38
Compare
Choose a tag to compare

This is right before I am going to ditch the kafka code (at least for aggregates).

1.5.7

11 Mar 09:51
Compare
Choose a tag to compare
  • 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

26 Feb 10:33
Compare
Choose a tag to compare

Added aggregate snapshots. Aggregates now need a new static SnapshotsInterval member of type int.

1.5.1

07 Feb 13:43
Compare
Choose a tag to compare

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

25 Jan 21:40
Compare
Choose a tag to compare

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

04 Jan 07:20
Compare
Choose a tag to compare

Nodes can build their own state of any bounded context by subscribing to Kafka topics and processing the related events.