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

Using jsonpb as the default marshaler as per previous grpc gateway #229

Merged
merged 3 commits into from
Jan 28, 2021

Conversation

ido-namely
Copy link
Contributor

This reverts the new default marshaling which was introduced when we upgraded to grpc-ecosystem/grpc-gateway/v2.
Instead of using protojson it uses jsonpb by default.

The main difference is how fieldmasks are marshaled (string array vs. string; paths as proto names vs. json names)

README.md Outdated Show resolved Hide resolved
@ido-namely ido-namely merged commit 0267374 into master Jan 28, 2021
@ido-namely ido-namely deleted the use-legacy-json-marshaling branch January 28, 2021 21:47
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.

3 participants