Skip to content

Marten 8.37.3

Choose a tag to compare

@jeremydmiller jeremydmiller released this 18 Jun 17:52

Maintenance release on the 8.0 line.

Fixes

  • #4718projections rebuild must skip subscriptions. When an event subscription was registered (e.g. Wolverine's PublishEventsToWolverine(...) with SubscribeFromPresent()), dotnet run -- projections rebuild threw No registered projection matches the name '...'. A subscription is Async, so its name was fed into the rebuild path → RebuildProjectionAsyncTryFindProjection (which only searches projections). The rebuild path now skips event subscriptions and Live-lifecycle projections. Subscriptions still run continuously and still appear in projections 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.01.36.2
  • JasperFx 1.29.11.31.0