Skip to content

0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TechnoBerry TechnoBerry released this 24 May 18:49
· 10 commits to master since this release
e74b663

Breaking changes

  • Dropped net5, netcoreapp3.1 and netstandard2.1 targets. Now library uses only net6 and net7 target
  • #54
    • Changed type of WorkerId in ICamundaWorkerBuilder
    • Changed type of WorkerId in IPipelineBuilder
    • Removed WorkerId from FetchAndLockOptions
  • #55
    • ITopicsProvider and related classes and methods was removed.

      If you use custom implementation of ITopicsProvider you should adopt your solution for a new IFetchAndLockRequestProvider

  • #59
    • IEndpointProvider and related classes and methods was removed.

      If you use custom implementation of IEndpointProvider you should adopt your solution for a new IEndpointResolver

    • HandlerDescriptor was renamed to Endpoint
    • HandlerMatadata was renamed to EndpointMetadata
  • #60
    • Usage of variables have been rethought. Now there is a separate class for each supported variable type (e.g. IntegerVariable, JsonVariable, BytesVariable etc)
    • Removed Newtonsoft.Json
    • Changed target frameworks. Now library targeted only on net6