Marten 8.37.3
Maintenance release on the 8.0 line.
Fixes
-
#4718 —
projections rebuildmust skip subscriptions. When an event subscription was registered (e.g. Wolverine'sPublishEventsToWolverine(...)withSubscribeFromPresent()),dotnet run -- projections rebuildthrewNo registered projection matches the name '...'. A subscription isAsync, so its name was fed into the rebuild path →RebuildProjectionAsync→TryFindProjection(which only searches projections). The rebuild path now skips event subscriptions andLive-lifecycle projections. Subscriptions still run continuously and still appear inprojections list; only rebuild skips them, and a subscription name passed explicitly to rebuild is a clean no-op.Backported to the JasperFx 1.x line in JasperFx.Events 1.36.2 (JasperFx/jasperfx#460, tracked by JasperFx/jasperfx#459).
Dependencies
- JasperFx.Events
1.35.0→1.36.2 - JasperFx
1.29.1→1.31.0