Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Tags: dapr/durabletask-python

Tags

v0.17.4

Toggle v0.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use string for custom status (#47)

* Use string for custom status

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* move warning import to the top

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* Fix tests

Signed-off-by: Albert Callarisa <albert@diagrid.io>

---------

Signed-off-by: Albert Callarisa <albert@diagrid.io>

v0.17.3

Toggle v0.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add application-level keepalive to prevent ALB idle connection …

…timeouts (#49)

AWS ALBs do not forward HTTP/2 PING frames, causing idle gRPC connections
to be closed. This adds a background loop that periodically calls the
existing Hello RPC as application-level traffic to keep the connection
alive through L7 load balancers.

Signed-off-by: joshvanl <me@joshvanl.dev>

v0.17.2

Toggle v0.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(bug): properly handle RST_STREAM responses by opening new stream (#…

…48)

* fix(bug): properly handle RST_STREAM responses by opening new stream

Signed-off-by: Casper Nielsen <casper@diagrid.io>

* chore(format): ruff

Signed-off-by: Casper Nielsen <casper@diagrid.io>

* fix: correct license header & move file

Signed-off-by: Casper Nielsen <casper@diagrid.io>

* chore(format): f-strings

Signed-off-by: Casper Nielsen <casper@diagrid.io>

* chore(format): ruff

Signed-off-by: Casper Nielsen <casper@diagrid.io>

* fix: address pr comments

Signed-off-by: Casper Nielsen <casper@diagrid.io>

---------

Signed-off-by: Casper Nielsen <casper@diagrid.io>

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #46 from JoshVanL/task-execution-id

fix: assign new event IDs for activity retries and add TaskExecutionId

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
minimal examples test (#37)

* minimal examples test

Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>

* convert simple test to mechanical markdown

Signed-off-by: Filinto Duran <filinto.duran@salt.ai>

---------

Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
Signed-off-by: Filinto Duran <filinto.duran@salt.ai>
Co-authored-by: Filinto Duran <filinto.duran@salt.ai>

v0.2.0-alpha.19

Toggle v0.2.0-alpha.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reconnect to GRPC when the sidecar restarts (#45)

Signed-off-by: Albert Callarisa <albert@diagrid.io>

v0.2.0-alpha.18

Toggle v0.2.0-alpha.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #44 from CasperGN/fix(bug)--shutdown-on-iterator

Fix(bug): shutdown on iterator

v0.2.0-alpha.17

Toggle v0.2.0-alpha.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #41 from acroca/otel

Hook otel instrumentation when available

v0.2.0-alpha.16

Toggle v0.2.0-alpha.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #40 from acroca/workflow-versioning

Workflow versioning

v0.2.0-alpha.15

Toggle v0.2.0-alpha.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #39 from sicoyle/fix-threading-and-shutdown

fix: correct thread gathering and shutdown logic to prevent app hang