Release v15.33.11
Fixed
- Resolving a passive read model by id now returns the projected instance via immediate projection instead of
null. Passive read models were registered with the default sink (which they never write to), so look-ups read an empty sink and returnednull, crashing reactors that consumed the result.