Upgrade validator.#465
Conversation
protoc-gen-validate is release under the v0.6.2: https://github.com/envoyproxy/protoc-gen-validate/releases/tag/v0.6.2 The release contains the merge PR about "multi-error validation with ValidateAll()": bufbuild/protoc-gen-validate#468
johanbrandhorst
left a comment
There was a problem hiding this comment.
Do we not version this anywhere? Someone else could come along and regenerate these files with their own version. We should version the generator somewhere.
Do you mean this file |
|
Sorry, I mean the version of the generator that generates the file. The versions of |
|
sorry for the noise, but what's the status here? Would be great to have this merged 🎉 |
|
We added support for |
|
yes, it's about that 👍 I didn't know about v2 yet, is that usable yet? |
|
It should be useable, yeah, but we haven't made stable release version of it yet. There are a few oustanding issues still 😬. https://github.com/grpc-ecosystem/go-grpc-middleware/issues?q=is%3Aissue+is%3Aopen+v2+label%3Av2 |
protoc-gen-validate is release under the v0.6.2:
https://github.com/envoyproxy/protoc-gen-validate/releases/tag/v0.6.2
The release contains the merge PR about "multi-error validation with
ValidateAll()":
bufbuild/protoc-gen-validate#468