0.13.0
Pre-release
Pre-release
Breaking changes
- #34 The function passed to
ConfigurePipeline
will be called whenIServiceProvider
is ready to use.You should change your code if you have used
Services
field ofIPipelineBuilder
instance - #35
IExternalTaskRouter
and it's implementation have been replaced to static methodMinimal effect if you have not used it explicitly
- #36
IContextFactory
have been removedMinimal effect if you have not used it explicitly
- #37
IExternalTaskSelector
have been removedMinimal effect if you have not used it explicitly. If you had your own implementation of
IExternalTaskSelector
you should familiarize with changes in #37 and #41 to understand how you can change previous solution. Completed
flag have been removed fromIExternalTaskContext
Minimal effect if you have not used it explicitly
New features
- #41 Added ability to perform some logic during worker's lifecycle