Releases: conductor-sdk/conductor-csharp
Releases · conductor-sdk/conductor-csharp
1.0.6
1.0.4
1.0.3
What's Changed
- Return null token when auth settings not present by @dragorosson in #59
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
1.0.0
Attention ⚠️
- Breaking compatibility when upgrading from version
0.x.x
to1.x.x
IWorkflowTask
doesn't needpriority
anymore, butWorkflowTaskExecutorConfiguration
insteadExecute
method is simpler now, it should only produce aTaskResult
, moving threads away from your worker implementation- Documentation example
What's Changed
- Updated APIs to sync with latest server changes by @gardusig in #48
- Deleted obsolete methods by @gardusig in #50
- Removed unused code by @gardusig in #51
- Updated OrkesApiClient by @gardusig in #52
- Removed not relevant tests and refactored existing ones by @gardusig in #53
- Minor updates for ApiClient and Configuration by @gardusig in #54
- Added batch poll for workers by @gardusig in #49
Full Changelog: 0.1.10...1.0.0