- #48 Changed
PipelineNotFoundException
to internal. - #48 Removed sealed modified from Mediator to allow derived implementations.
- #48 Added
OnPipelineNotFound
event toIMediator
interface. - #48 Added
void OnPipelineNotFound(PipelineNotFoundEventArgs e)
handler toMediator
class.
- #25 Cancellation Token fixed.
- Added XML docs.
- #37 Validation for Null Requests added.
- #2 Support o Named Pipelines Added.
- Refactoring.
- #31 Support Scoped & Transient Lifetime.
- Refactoring Tests.
- Nuget Package Metadata added.
- Implementation details made internal.
- #32 Segregated Builder and Messaging interfaces.
- #31 Support Scoped & Transient Lifetime.
- #27 Added PipelineAlreadyExistsException.
- #27 Added PipelineNotFoundException.
- #24 Added ReturnFunctionIsNullException for misconfigured Pipelines.
- SendAsync(request, ct) added to the public interfaces.
- Refactoring.