Skip to content

Update durabletask to 0.17.1#944

Merged
sicoyle merged 1 commit intodapr:mainfrom
acroca:update-durabletask
Mar 6, 2026
Merged

Update durabletask to 0.17.1#944
sicoyle merged 1 commit intodapr:mainfrom
acroca:update-durabletask

Conversation

@acroca
Copy link
Member

@acroca acroca commented Mar 6, 2026

Signed-off-by: Albert Callarisa <albert@diagrid.io>
@acroca acroca requested review from a team as code owners March 6, 2026 14:08
@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.89%. Comparing base (bffb749) to head (f9ab158).
⚠️ Report is 83 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #944      +/-   ##
==========================================
+ Coverage   86.63%   86.89%   +0.26%     
==========================================
  Files          84      103      +19     
  Lines        4473     7305    +2832     
==========================================
+ Hits         3875     6348    +2473     
- Misses        598      957     +359     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@sicoyle sicoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!!

@sicoyle sicoyle added this pull request to the merge queue Mar 6, 2026
Merged via the queue into dapr:main with commit 47d6fe8 Mar 6, 2026
26 of 30 checks passed
@dapr-bot
Copy link
Collaborator

dapr-bot commented Mar 6, 2026

The backport to release-1.17 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-1.17 release-1.17
# Navigate to the new working tree
cd .worktrees/backport-release-1.17
# Create a new branch
git switch --create backport-944-to-release-1.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 47d6fe86cdee84d71e7ba0859d4daf95419e17ec
# Push it to GitHub
git push --set-upstream origin backport-944-to-release-1.17
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-1.17

Then, create a pull request where the base branch is release-1.17 and the compare/head branch is backport-944-to-release-1.17.

acroca added a commit to acroca/dapr-python-sdk that referenced this pull request Mar 9, 2026
Signed-off-by: Albert Callarisa <albert@diagrid.io>
(cherry picked from commit 47d6fe8)
Signed-off-by: Albert Callarisa <albert@diagrid.io>
@acroca acroca deleted the update-durabletask branch March 9, 2026 13:04
acroca added a commit to acroca/dapr-python-sdk that referenced this pull request Mar 10, 2026
Signed-off-by: Albert Callarisa <albert@diagrid.io>
(cherry picked from commit 47d6fe8)
Signed-off-by: Albert Callarisa <albert@diagrid.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants