Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jan 8, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Custom marshaller broke backward compatibility by using generic 'value'
field. Restore original format with type-specific fields (int32, u_int64,
str_array, etc.) following protobuf JSON spec:
- 64-bit integers as quoted strings
- 32-bit integers as numbers
- Enums as string names
- Snake_case field naming
- Empty arrays/objects as {}
Ensures type-specific field names (int32, u_int64, str_array, etc.) are
used instead of generic 'value' field. This test will catch regressions
if the format is accidentally changed.
@pull pull bot locked and limited conversation to collaborators Jan 8, 2026
@pull pull bot added the ⤵️ pull label Jan 8, 2026
@pull pull bot merged commit f037278 into jynychen:main Jan 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant