Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@emcfarlane emcfarlane released this 05 Feb 17:27
e948456

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

  • Add support for protovalidate breaking changes by @cmgsj in #29

New Contributors

  • @cmgsj made their first contribution in #29

Full Changelog: v0.1.0...v0.2.0