Releases: connectrpc/validate-go
Releases · connectrpc/validate-go
v0.2.0
What's Changed
This release pulls in the latest changes in protovalidate-go v0.9.1 and protovalidate v0.10.0. Included is a breaking change in the method validate.WithValidator
which now takes an interface of protovalidate.Validator
not the pointer type. Validation support has been removed for the long-deprecated ignore_empty
and skipped
fields on FieldConstraint
. See the release notes in protovalidate-go and protovalidate for all related changes.
Breaking Changes
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
This is the first tagged release of connectrpc.com/validate
! 🎉
Enhancements
- Add validating interceptor by @elliotmjackson in #4
- Clean up documentation by @akshayjshah in #6 and #7
New Contributors
- @akshayjshah made their first contribution in #1
- @elliotmjackson made their first contribution in #3
- @rodaine reviewed the public API and documentation
Full Changelog: https://github.com/connectrpc/validate-go/commits/v0.1.0