Skip to content

v0.4.0

Compare
Choose a tag to compare
@jchadwick-buf jchadwick-buf released this 26 Sep 19:42
· 20 commits to main since this release
7345e69

Adds support for custom predefined field constraints. See the protovalidate documentation for more information.

Updates protovalidate to v0.8.1. Note that this is a breaking change. You may need to make some adjustments to your code:

  • Code that imports build.buf.validate.ExpressionProto or build.buf.validate.priv.PrivateProto should now only import build.buf.validate.ValidateProto.
  • build.buf.validate.priv.PrivateProto.field was moved to build.buf.validate.ValidateProto.predefined

What's Changed

Full Changelog: v0.3.2...v0.4.0