Skip to content

Releases: Cratis/Chronicle

Release v15.1.4

08 Feb 14:11
a1c215a

Choose a tag to compare

Fixed

  • Fixing problems when not using camelCase for read models - instances where not recognized due to this for the well known (hard coded) Id/id. Causing problems identifying instances of read models.
  • Cleaning up code that was confusing read model identifier and display name. It is now fully possible to have multiple read models with same display name but with different identifiers, which has been the case all the time.

Release v15.1.3

07 Feb 07:39
fb99d79

Choose a tag to compare

Fixed

  • When running development image, it will now append an event for the development client instead of just adding it to the storage.
  • Default constructor ChronicleClient that defaults to the development connection string with the default development credentials.
  • Removing the possibility to run a client without credentials since Chronicle Kernel does not permit this.

Release v15.1.2

05 Feb 08:43

Choose a tag to compare

No release notes

Release v15.1.1

05 Feb 08:14
f341abd

Choose a tag to compare

Fixed

  • Fixing serialization of DateTimeOffset with the gRPC contracts involved in getting read model occurrences and snapshots. Regular DateTimeOffset doesn't serialize directly.

Release v15.1.0

04 Feb 16:31
2b69931

Choose a tag to compare

Added

  • Adding the ability to get multiple instances of a read model - it will then run projections independent of event source id and return a collection. This can be limited to a given number of events.
  • By specifying ReadModelKey.Unspecified when getting an instance of a read model, it is now unbound to an event source id. This is very useful if you're aggregating data or values in a read model from multiple events.

Release v15.0.8

04 Feb 11:58

Choose a tag to compare

No release notes

Release v15.0.7

04 Feb 11:15

Choose a tag to compare

No release notes

Release v15.0.6

04 Feb 10:22

Choose a tag to compare

No release notes

Release v15.0.5

04 Feb 10:09

Choose a tag to compare

No release notes

Release v15.0.4

04 Feb 09:44

Choose a tag to compare

No release notes