Skip to content

Releases: bufbuild/protovalidate-go

v0.7.2

02 Oct 19:24
1ca4047
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

30 Sep 23:56
b477f4c
Compare
Choose a tag to compare

What's Changed

  • Fix panic when using a repeated field as a predefined rule by @rodaine in #149

Full Changelog: v0.7.0...v0.7.1

v0.7.0

23 Sep 17:33
ca39053
Compare
Choose a tag to compare

What's Changed

  • Implement predefined field constraints by @jchadwick-buf in #144

    NOTE: This is a breaking change. You will need to update code using the validate.Violation structure, as the fields now use explicit field presence.

Full Changelog: v0.6.5...v0.7.0

v0.6.5

29 Aug 16:52
fc11a84
Compare
Choose a tag to compare

What's Changed

  • Add buf.gen.yaml v2 schema example by @milas in #138
  • Upgrade to support Go 1.23 by @rodaine in #139
  • Remove Go 1.20 support by @rodaine in #140
  • Bugfix: avoid spurious tautology pruning when dealing with certain recursive messages by @rodaine in #142

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.4

15 Aug 16:19
0381aae
Compare
Choose a tag to compare

This release adds support for Protobuf Editions features.

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

05 Jul 23:33
f204e44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

22 Apr 15:48
3b1c4f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

02 Apr 19:36
8f25afb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

26 Feb 17:16
df2d53c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

12 Feb 23:45
d04f363
Compare
Choose a tag to compare

What's Changed

  • Support string.host_and_port standard constraint by @rodaine in #95

Full Changelog: v0.5.1...v0.5.2