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

Fix marshaling of payloads with null values #617

Merged
merged 4 commits into from
Jul 5, 2024

Conversation

dandavison
Copy link
Contributor

Fixes #607

Bump api to pull in temporalio/api-go#159

@dandavison dandavison marked this pull request as draft July 5, 2024 16:10
@dandavison dandavison marked this pull request as ready for review July 5, 2024 17:27
@dandavison dandavison merged commit ba831c3 into temporalio:main Jul 5, 2024
7 checks passed
replace go.temporal.io/api v1.34.0 => go.temporal.io/api v1.32.1
// See https://github.com/temporalio/cli/pull/596#discussion_r1666988960
// #596 downgraded api to 1.32.1, but there are required bug fixes that came after 1.32.1.
replace go.temporal.io/api v1.34.0 => go.temporal.io/api v1.32.1-cherry-pick-for-cli-tag
Copy link
Member

Choose a reason for hiding this comment

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

Why are we using a replace clause instead of updating the primary go.temporal.io/api version above?

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] Failure to print JSON result
3 participants