Releases: baranacikgoz/NimbleMediator
Releases · baranacikgoz/NimbleMediator
v.1.2.0
v1.1.0
- Removed the type dictionary for SendAsync, now directly depends on the DI container to retrieve the handler.
- Improved performance, now up to 3.5x faster and utilizes up to 16x less memory in certain cases.
- Fixed the method call order dependency in NimbleMediatorConfig; it is now order-independent.
- Overhauled notification handling; now supports notification publisher implementations via INotificationPublisher. Now maintains a Dictionary<Type, Type> for notifications.
- Added 3 default notification publishers: ForeachAwaitRobustPublisher, ForeachAwaitStopOnFirstExceptionPublisher, and TaskWhenAllPublisher.
- Made minor changes to method names and signatures in NimbleMediatorConfig.
v1.0.2
Initial release.