Skip to content

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:51
d3e1df2

Added

  • New :default_sink_type_id option on Chronicle.Client for configuring which storage sink Chronicle uses for all read models and reducers — accepts a WellKnownSinkTypes atom (:mongodb, :sql, :in_memory, :not_set) or a raw string for custom sink types
  • Chronicle.Sinks.WellKnownSinkTypes module with named constants and a resolve/1 helper

Changed

  • SinkDefinition.TypeId is now sent as a plain string instead of a Bcl.Guid, matching the updated Chronicle proto contracts