You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(compass): migrate from PGV to buf protovalidate (#460)
- Switch compass proto validation from envoyproxy/protoc-gen-validate
to buf/protovalidate (buf.build/bufbuild/protovalidate)
- Convert all (validate.rules) annotations to (buf.validate.field)
- Remove standalone ignore_empty annotations (no-op without constraints)
- Remove misplaced code generation plugin deps from buf.yaml
(connectrpc/es and connectrpc/connect-query are plugins, not proto modules)
- Update buf.lock with new dependency resolution
0 commit comments