Releases: Cratis/Chronicle
Releases · Cratis/Chronicle
Release v15.1.4
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
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
ChronicleClientthat 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
No release notes
Release v15.1.1
Fixed
- Fixing serialization of
DateTimeOffsetwith the gRPC contracts involved in getting read model occurrences and snapshots. RegularDateTimeOffsetdoesn't serialize directly.
Release v15.1.0
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.Unspecifiedwhen 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
No release notes
Release v15.0.7
No release notes
Release v15.0.6
No release notes
Release v15.0.5
No release notes
Release v15.0.4
No release notes