Skip to content

Releases: bufbuild/protoc-gen-validate

v0.7.0

07 Nov 19:45
a81fb4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Dependabot

  • Bump google.golang.org/protobuf from 1.27.1 to 1.28.1 in /tests by @dependabot in #686
  • Bump maven-compiler-plugin from 3.6.1 to 3.10.1 in /java by @dependabot in #683
  • Bump versions-maven-plugin from 2.7 to 2.12.0 in /java by @dependabot in #685
  • Bump grpc-bom from 1.42.1 to 1.50.0 in /java by @dependabot in #684
  • Bump re2j from 1.5 to 1.7 in /java by @dependabot in #687
  • Bump junit from 4.13.1 to 4.13.2 in /java by @dependabot in #682
  • Bump grpc-bom from 1.50.0 to 1.50.2 in /java by @dependabot in #691
  • Bump assertj-core from 3.11.1 to 3.23.1 in /java by @dependabot in #692
  • Bump maven-shade-plugin from 3.2.0 to 3.4.0 in /java by @dependabot in #693
  • Bump google.protobuf.version from 3.19.4 to 3.21.8 in /java by @dependabot in #694
  • Bump build-helper-maven-plugin from 3.0.0 to 3.3.0 in /java by @dependabot in #695
  • Bump golang.org/x/tools from 0.1.12 to 0.2.0 by @dependabot in #696
  • Bump versions-maven-plugin from 2.12.0 to 2.13.0 in /java by @dependabot in #700
  • Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /java by @dependabot in #701
  • Bump maven-surefire-plugin from 2.22.1 to 2.22.2 in /java by @dependabot in #702
  • Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 in /java by @dependabot in #703
  • Bump google.protobuf.version from 3.21.8 to 3.21.9 in /java by @dependabot in #704
  • Bump exec-maven-plugin from 1.6.0 to 3.1.0 in /java by @dependabot in #706
  • Bump maven-javadoc-plugin from 3.1.0 to 3.4.1 in /java by @dependabot in #707
  • Bump maven-source-plugin from 3.0.1 to 3.2.1 in /java by @dependabot in #708
  • Bump maven-gpg-plugin from 1.6 to 3.0.1 in /java by @dependabot in #709
  • Bump proto-google-common-protos from 2.7.0 to 2.9.6 in /java by @dependabot in #710
  • Bump os-maven-plugin from 1.4.1.Final to 1.7.0 in /java by @dependabot in #711

Full Changelog: v0.6.13...v0.7.0

v0.6.13

03 Oct 19:08
728c816
Compare
Choose a tag to compare

The team at @bufbuild are happy to announce we will begin to maintain PGV! It fills a huge gap in the protobuf ecosystem and deserves careful stewardship. We appreciate the PGV community's continued patience whilst we iron out a detailed transition plan and thank the @envoyproxy team for all that hard work they've put in to date.

Java users please note a new groupID:

- <groupId>io.envoyproxy.protoc-gen-validate</groupId>
+ <groupId>build.buf.protoc-gen-validate</groupId>

Go users, the go module will remain unchanged

go install github.com/envoyproxy/protoc-gen-validate

What's Changed

New Contributors

Full Changelog: v0.6.8...v0.6.13

v0.6.12

29 Sep 19:14
a86024e
Compare
Choose a tag to compare

What's Changed

v0.6.9-rc.0

29 Sep 14:29
87902c3
Compare
Choose a tag to compare
v0.6.9-rc.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.8...v0.6.9-rc.0

v0.6.8

14 Sep 17:41
4f96300
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.7...v0.6.8

v0.6.7

04 Mar 15:08
4694024
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

01 Mar 18:02
0f87cc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

v0.6.5

01 Mar 15:59
7518d9e
Compare
Choose a tag to compare

What's Changed

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

v0.6.4

28 Feb 18:46
3898097
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.6.3: Feature/add optional support (#537)

12 Jan 22:46
dc51e59
Compare
Choose a tag to compare
* pgs: support proto3 presence & bump go.mod (#431)

Signed-off-by: Sarthak Gupta <signed@sarthak.sh>

* bump lyft/protoc-gen-start to v0.6.0

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* bump protoc-gen-star to 0.6.0 in bazel dependencies

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* add 'optional.proto' file to test harness

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* add supported feature optional to go init

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* add types/pluginpb to list of deps in BUILD

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* bump protobuf in bazel deps to match go.mod version, add deps to BUILD

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* bump com_google_protobuf to v3.15.3, matches go-protobuf v1.27 dependency

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* update optional test to include optional int64 field within message

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* add some test cases to try out

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

* remove optionalCases from cases

Signed-off-by: Mitchell Bundy <mitchell.bundy@unity3d.com>

Co-authored-by: Sarthak Gupta <signed@sarthak.sh>
Co-authored-by: Ryan Michela <rmichela@salesforce.com>