Skip to content

Release v15.33.11

Choose a tag to compare

@github-actions github-actions released this 09 Jun 09:21
b56bb84

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 returned null, crashing reactors that consumed the result.