Skip to content

2.6.0

Compare
Choose a tag to compare
@yevhen yevhen released this 17 Dec 15:38
· 140 commits to master since this release

Breaking changes:

  • Dispatcher options are now configurable via extension method on IServiceCollection - Configure<DispatcherOptions>(o => o.HandlerNamingConventions = new[]{"On", "Apply"})
  • Middlewares now need to be registered in a container IServiceCollection.AddSingleton<IActorRefMiddleware>(sp => new TestMiddleware(sp))