Skip to content

Tags: codaxy/conductor-sharp

Tags

v3.7.2

Toggle v3.7.2's commit message
Release v3.7.2

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Specify missing query params for GetExternalStorageLocationAsync (#209)

* Specify operation and payloadType

* Bump to stable version

v3.7.0

Toggle v3.7.0's commit message
Bump version

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor code and add new ExecutionManager implementation (beta versi…

…on) (#206)

* Refactor code and add new ExecutionManager implementation (beta version)

* Reduce exposure

---------

Co-authored-by: ognjenkatic <>

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add feature which allows formatting of conductor expression (#204)

* Add initial implemenation

* Create alpha release

* Improve exception messages, add test case

* Improve messages further

* Add ability to interpolate conductor expression formatters

* Update ConductorSharp

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change the cancellation detection strategy (#203)

* Change the cancellation detection strategy

* Detect if task is cancelled due to background service shutdown

* Bump version

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option which controls whether topic is created on startup or not (#…

…202)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create topic if it does not exists (#201)

* Try to create topic if it does not exists

* Bump version

* Bump version

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Task cancellation support (#200)

* Move task processing into separate method

* Add initial implementation

* Add initial implementation

* Add debug logs

* Do not create cts on kafka event

* Make background service more robust

* Remove package, add null checks

* Suppress warnings

* Create experimental version

* Add github action step to build KafkaCancellationNotifier

* Fix log messages

* Bump version

* Bump version

v3.1.1

Toggle v3.1.1's commit message
Handle null case for pollResponse