Skip to content

Release v16.19.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 12:06
d68e263

Caution

Known broken packageCratis.Chronicle.Testing in this release bakes in Cratis.Screenplay 1.x types, so consumer specs fail against Screenplay 2.0+ (#3598). Use v16.19.3 or later.

Added

  • IEventSequence.Revise on the .NET client, exposing the kernel's existing revise-event capability.

Fixed

  • Model-bound [ChildrenFrom] projections now stamp the _derivedTypeId discriminator for a children collection whose declared item type is a [DerivedType] base with exactly one implementation, so a newly created child of a polymorphic collection round-trips through the sink correctly instead of losing its discriminator. (#3571)