You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no real blocker for a non-RC release, but given the central role the IEvent and IIndexedEvent interfaces occupy in Equinox, Propulsion and apps based thereon, it really is the last chance to do a breaking change for the foreseeable. This is the complete list of ideas - how many actually get actioned is up for debate
Consider renaming IEvent to something that doesn't clash with / shadow FSharp.Control.IEvent
make IndexedEventData.new align with EventData.Create
consider hiding EventData record and/or its equality or comparison facilities
consider having IUnionEncoder.Encode accept a Context in order that a single Codec instance can contextually enrich events with correlationId and causationId values
The text was updated successfully, but these errors were encountered:
There's no real blocker for a non-RC release, but given the central role the
IEvent
andIIndexedEvent
interfaces occupy in Equinox, Propulsion and apps based thereon, it really is the last chance to do a breaking change for the foreseeable. This is the complete list of ideas - how many actually get actioned is up for debateIEvent
to something that doesn't clash with / shadowFSharp.Control.IEvent
IndexedEventData.new
align withEventData.Create
EventData
record and/or its equality or comparison facilitiesIUnionEncoder.Encode
accept aContext
in order that a single Codec instance can contextually enrich events withcorrelationId
andcausationId
valuesThe text was updated successfully, but these errors were encountered: