Skip to content

0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TechnoBerry TechnoBerry released this 19 Apr 18:55
· 142 commits to master since this release
cd250a7

Breaking changes

  • #23 Changed interface used for collections in services and DTOs.
  • #24 Changed signature of IExternalTaskSelector.SelectAsync. Implementations of IExternalTaskSelector should get topics internally (e.g. using ITopicsProvider).
  • #25 Changed signature of ServiceCollectionExtensions.AddCamundaWorker.
    • workerId must be explicitly provided to AddCamundaWorker
    • External task client must be explicitly added to IServiceCollection (e.g. using AddExternalTaskClient)
  • #27 Changed API and usage of IContextFactory.
  • #28 AddHandlerDescriptor removed from public API.
  • #29 Changed API of IExternalTaskHandler and removed ExternalTaskHandler.