Skip to content

Commit

Permalink
Add Failure to query result (#503)
Browse files Browse the repository at this point in the history
**What changed?**

Add a `Failure` field to:
- QueryFailedFailure
- WorkflowQueryResult
- RespondQueryTaskCompletedRequest

**Why?**

Support encoding failure attributes for E2E encryption of messages and
stack traces.

**Server PR**

Coming soon but I've already validated this change locally.
  • Loading branch information
bergundy committed Dec 6, 2024
1 parent d08fda3 commit 4e70e5a
Show file tree
Hide file tree
Showing 7 changed files with 1,871 additions and 1,768 deletions.
301 changes: 161 additions & 140 deletions errordetails/v1/message.pb.go

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions proxy/interceptor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

114 changes: 68 additions & 46 deletions query/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion temporalproto/openapi/openapiv2.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion temporalproto/openapi/openapiv3.go

Large diffs are not rendered by default.

Loading

0 comments on commit 4e70e5a

Please sign in to comment.