Skip to content

Release v1.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 09:19
8b7f1d2

Added

  • passive: true option for read models (use Chronicle.ReadModels.ReadModel, passive: true) and declarative projections. A passive projection does not actively observe events and registers against the None sink, so its instances are resolved on demand via immediate projection when looked up by id — useful for read models that only need to be queried by key, for example from within a reactor.

Changed

  • Renamed the well-known sink type :not_set to :none (string identifier "NotSet""None") to align with the kernel's identifier for an observer that never writes to a materialized sink.

🤖 Generated with Claude Code