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
applyStreamEvent returns StreamChange rather than Path[], and onChange receives a StreamChange rather than Path[]. Read .flashed for the previous value.
gateway: ScopeFromQuery and ScopePolicy.Validate return error rather than *StreamError. Callers reading .Code directly use errors.As instead.
Features
export gateway.Project, and return the whole StreamChange from applyStreamEvent (#10) (915abff)
Bug Fixes
gateway: return error, not *StreamError, from the exported scope API (#9) (53f7fbd)