0.14.0
Pre-release
Pre-release
Breaking changes
- Dropped
net5
,netcoreapp3.1
andnetstandard2.1
targets. Now library uses onlynet6
andnet7
target - #54
- Changed type of
WorkerId
inICamundaWorkerBuilder
- Changed type of
WorkerId
inIPipelineBuilder
- Removed
WorkerId
fromFetchAndLockOptions
- Changed type of
- #55
ITopicsProvider
and related classes and methods was removed.If you use custom implementation of
ITopicsProvider
you should adopt your solution for a newIFetchAndLockRequestProvider
- #59
IEndpointProvider
and related classes and methods was removed.If you use custom implementation of
IEndpointProvider
you should adopt your solution for a newIEndpointResolver
HandlerDescriptor
was renamed toEndpoint
HandlerMatadata
was renamed toEndpointMetadata
- #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
- Usage of variables have been rethought. Now there is a separate class for each supported variable type (e.g.