Releases: dapr/durabletask-go
Releases · dapr/durabletask-go
v0.11.0
What's Changed
- Adds
ListInstanceIDs&GetInstanceHistoryAPIs by @JoshVanL in #51 - Purge: force by @JoshVanL in #52
- Tracing: Propagate parent in schedule by @JoshVanL in #53
- Add TraceState to gRPC client trace context by @filintod in #55
- RerunParentInstanceInfo by @JoshVanL in #54
- Task Result: Type error for missing task result by @JoshVanL in #58
- Rerun: support rerunning from a child workflow creation by @JoshVanL in #60
- Support workflow patching by @acroca in #56
- Full workflow versioning by @acroca in #61
- Task Router: Source App ID by @JoshVanL in #63
- Versioned workflow support by @JoshVanL in #65
- chore: Add TraceContext to ActivityContext by @javier-aliaga in #64
- Fix Executor WaitFor race condition by @JoshVanL in #66
New Contributors
Full Changelog: v0.10.1...v0.11.0
v0.10.2
v0.10.1
What's Changed
- chore: add codeowners by @nelson-parente in #49
- fix on disconnect callback not being invoked by @famarting in #50
New Contributors
- @nelson-parente made their first contribution in #49
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.0
What's Changed
- explicitly ignore unhandled errors by @famarting in #46
- func param WatchOrchestrationRuntimeStatus by @JoshVanL in #47
Full Changelog: v0.8.3...v0.9.0
v0.8.3
v0.8.2
What's Changed
- Orchestration idempotency test attemp1 by @famarting in #43
- add orchestration processor idempotency test by @famarting in #42
Full Changelog: v0.8.1...v0.8.2
v0.6.8
v0.8.1
v0.8.0
What's Changed
- grpc api: optional skip wait for instance start by @famarting in #27
- chore: Support taskExecutionIds by @javier-aliaga in #25
- Bump dapr/kit to latest main by @lrascao in #28
- Feat cross app wf by @cicoyle in #26
- chore: Upgrade golang version in dockerfile by @javier-aliaga in #30
- Support loadbalance of durable task clients over multiple backends by @famarting in #31
- Support loadbalance of durable task clients over multiple backends by @JoshVanL in #29
- chore: Rename method to be go-idiomatic by @javier-aliaga in #32
- Support multi-app suborquestration by @acroca in #33
- Updates github.com/dapr/durabletask-protobuf to HEAD by @JoshVanL in #34
- Fix Scheduled start time by @JoshVanL in #36
- Improve suborchestration completion routing by @acroca in #35
- Adding support for getting the TraceParent context by @salaboy in #39
New Contributors
- @javier-aliaga made their first contribution in #25
- @cicoyle made their first contribution in #26
- @acroca made their first contribution in #33
- @salaboy made their first contribution in #39
Full Changelog: v0.7.2...v0.8.0