Skip to content

fix: sync generated protobuf ts files with the datapath schema#152

Merged
piscisaureus merged 1 commit into
mainfrom
sync-proto-ts
Jun 6, 2026
Merged

fix: sync generated protobuf ts files with the datapath schema#152
piscisaureus merged 1 commit into
mainfrom
sync-proto-ts

Conversation

@piscisaureus

Copy link
Copy Markdown
Member

Regenerated with pbkit from proto/schema/datapath.proto. The
generated TypeScript was missing the M_SET_SUFFIX_VERSIONSTAMPED_KEY
mutation type and the sum_min / sum_max / sum_clamp fields on
Mutation. The Mutation message construction in proto_based.ts gains
the new fields with proto3 default values, leaving the wire encoding
of existing mutation types unchanged.

Fixes #87.

@piscisaureus piscisaureus mentioned this pull request Jun 6, 2026
5 tasks
Regenerated with pbkit from proto/schema/datapath.proto. The
generated TypeScript was missing the M_SET_SUFFIX_VERSIONSTAMPED_KEY
mutation type and the sum_min / sum_max / sum_clamp fields on
Mutation. The Mutation message construction in proto_based.ts gains
the new fields with proto3 default values, leaving the wire encoding
of existing mutation types unchanged.

Fixes #87.
@piscisaureus piscisaureus merged commit ccd3094 into main Jun 6, 2026
20 checks passed
@piscisaureus piscisaureus deleted the sync-proto-ts branch June 6, 2026 05:27
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.

Generated protobuff ts files are not synced with the proto file

1 participant