Orleankka v2.6.0 Release Notes

Release Date: 2019-12-17 // over 4 years ago
  • 💥 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))