Skip to content

0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TechnoBerry TechnoBerry released this 13 Oct 18:49
· 105 commits to master since this release

Breaking changes

  • #34 The function passed to ConfigurePipeline will be called when IServiceProvider is ready to use.

    You should change your code if you have used Services field of IPipelineBuilder instance

  • #35 IExternalTaskRouter and it's implementation have been replaced to static method

    Minimal effect if you have not used it explicitly

  • #36 IContextFactory have been removed

    Minimal effect if you have not used it explicitly

  • #37 IExternalTaskSelector have been removed

    Minimal 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 from IExternalTaskContext

    Minimal effect if you have not used it explicitly

New features

  • #41 Added ability to perform some logic during worker's lifecycle