Skip to content

Release v15.38.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 15:17
3ff7885

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>.Instances and InstanceForEventSourceId(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 in Instance.

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.