Updated dapr and durabletask to master#795
Merged
Conversation
cicoyle
previously approved these changes
Jan 19, 2026
Signed-off-by: Albert Callarisa <albert@diagrid.io>
ed9e2f1 to
a75a10c
Compare
cicoyle
previously approved these changes
Jan 19, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #795 +/- ##
=======================================
Coverage 51.07% 51.07%
=======================================
Files 57 57
Lines 3785 3785
=======================================
Hits 1933 1933
Misses 1715 1715
Partials 137 137 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cicoyle
reviewed
Jan 19, 2026
| o(request) | ||
| } | ||
|
|
||
| res, err := c.protoClient.BulkPublishEventAlpha1(ctx, request) |
Contributor
There was a problem hiding this comment.
My understanding is we shouldn't just remove alpha APIs - that we need to leave them and add the stable APIs and mark the alpha as deprecated.
Member
Author
There was a problem hiding this comment.
Sorry I force pushed to keep the history clean. it's now using the BulkPublishEventAlpha1 again, the tests are passing but I had to ignore the linter complain because the BulkPublishEventAlpha1 is marked as deprecated.
52a9b70 to
a75a10c
Compare
Signed-off-by: Albert Callarisa <albert@diagrid.io>
JoshVanL
approved these changes
Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preparing the Go SDK to support workflow versioning, which is already in the
masterbranch of durabletask-go