Release v15.38.0
Caution
Known broken release — the Chronicle server Docker images in this release cannot start (missing executable bit on the server binary, exit code 126; #3446). Use v15.38.3 or later.
Added
ReadModelScenario<T>.InstancesandInstanceForEventSourceId(id)for asserting a specific materialized read model when a projection spans multiple event sources — for example a[Join]whose join-source event is seeded before the entity under test, which previously shadowed it inInstance.
Fixed
- Read-model properties that are collections of bare concepts (for example
IReadOnlyList<ConceptAs<string>>) no longer persist empty to MongoDB — the concept elements are now stored as their underlying values, matching the in-memory sink.