validate-go icon indicating copy to clipboard operation
validate-go copied to clipboard

Flexible, efficient request validation for Connect.

Results 7 validate-go issues
Sort by recently updated
recently updated
newest added

Increases the min go version to v1.20 and the latest to v1.22. Included is fixes for the LICENSE years and linter v1.56.2 with associated fixes.

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...

dependencies

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

When I used this library, I encountered a [problem](https://github.com/bufbuild/protovalidate/issues/95) and found that it has been solved. I just need to manually upgrade the dependencies, so can consider upgrading the dependency...

Would you consider adding an option to choose whether details are displayed in the `validate` function? Specifically, it would simply involve making [this section](https://github.com/connectrpc/validate-go/blob/v0.1.0/validate.go#L158-L162) of the code optional. Allowing users...

Looks like upstream protovalidate-go is changing the import path with the latest release. > The import path of protovalidate-go has changed! Please update your source code to move the import...

As it stands, it appears that only requests are validated by the `Interceptor` implementation, i.e. when the client sends the request, when the handler receives the request. In the past,...