Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly ignore unknown fields when parsing history JSON #175

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

cretz
Copy link
Member

@cretz cretz commented Jan 10, 2024

What was changed

We weren't properly ignoring unknown fields when parsing history JSON for replay, we are now. There is an argument to be made for/against whether we should, but other SDKs do.

Checklist

  1. Closes [Bug] Not ignoring unknown fields when parsing history for replay #173

@cretz cretz requested a review from a team January 10, 2024 15:19
Copy link
Contributor

@dandavison dandavison left a comment

Choose a reason for hiding this comment

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

LGTM!

@cretz cretz merged commit 53a8a3d into temporalio:main Jan 10, 2024
7 checks passed
@cretz cretz deleted the history-json-unknown-field branch January 10, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Not ignoring unknown fields when parsing history for replay
2 participants