Releases: bufbuild/protoc-gen-validate
Releases · bufbuild/protoc-gen-validate
v0.7.0
What's Changed
- Change maven groupID by @elliotmjackson in #662
- Update readme groupID references by @elliotmjackson in #668
- update remove unnecessary fmt and modify a expression by @mariogao in #656
- Readme map examples have a misplaced
]
by @jnewmano in #671 - Upgrade zlib to 1.2.13 to resolve CI failure by @elliotmjackson in #676
- Improve Java UUID Validation Performance by @Fleshgrinder in #670
- TCN-612 Configure Dependabot by @elliotmjackson in #679
- TCN-611 Upgrade bazel to 5.3.1 by @elliotmjackson in #678
- TCN-464 Support GoReleaser on tag creation by @elliotmjackson in #677
- TCN-548 Fix Python CI syntax error by @elliotmjackson in #675
- TCN-464 fix goreleaser syntax by @elliotmjackson in #681
- GH-680 add linux aarch x64 support to pom by @elliotmjackson in #688
- fix golang oneof with a typed-nil value causes panic. by @anzboi in #639
- Python: Support for
validate_all
function by @HaloWorld in #606 - Improve Development section of readme by @elliotmjackson in #689
- Update bypass approval github workflow by @rubensf in #697
- Increase dependabot maximum PR limit for maven by @rubensf in #705
- GH-689 update readme to fix reference to previous test harness by @elliotmjackson in #713
- Add auto semver tagging for release automation by @elliotmjackson in #712
- run CI build with caching (bazel, python, go) by @pkwarren in #718
- run ci on main branch so new PRs benefit from cache by @pkwarren in #719
New Contributors
- @mariogao made their first contribution in #656
- @jnewmano made their first contribution in #671
- @anzboi made their first contribution in #639
- @HaloWorld made their first contribution in #606
- @rubensf made their first contribution in #697
- @pkwarren made their first contribution in #718
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
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
- docs: fix README.md mistake by @utamori in #621
- templates/java: add OuterClass suffix when conflict with all enums and messages by @leafs99 in #617
- fix: The location of protoc-gen-go is mismatched in different section… by @prchen in #632
- Create code coverage reports for java maven projects by @rosslamont in #600
- Fix generating lookup for repeated.items.any.in by @stitchcula in #553
- Add filegroup for validate.proto by @keith in #595
- fix map.min_pair document by @kanaksinghal in #601
- Update protoc-gen-start dependency and add filepath.ToSlash() to fix #611 by @nvx in #612
- Potential fix for #585 by @eleduardo in #626
- TCN-463 rebuild CI in GitHub actions by @elliotmjackson in #640
- bugfix maven deploy step by @elliotmjackson in #641
- Test mvn deploy step by @elliotmjackson in #642
- Publish to Maven Central manually by @elliotmjackson in #644
- Simplify build trigger filter pattern by @elliotmjackson in #645
- bump version in ci by @elliotmjackson in #648
- Create maven deploy CI by @elliotmjackson in #652
- Update maven-deploy secrets by @elliotmjackson in #653
- Update maven-deploy.yaml by @elliotmjackson in #654
- Retract accidentally published versions by @elliotmjackson in #660
- feat: support optional for java & cpp by @acrazing in #651
- Create Maven & Pypi Publish step by @elliotmjackson in #657
- Bump protobuf from 3.20.1 to 3.20.2 by @dependabot in #666
- Bump junit from 4.12 to 4.13.1 in /java by @dependabot in #665
- Add maven distribution management for groupID relocation by @elliotmjackson in #661
New Contributors
- @utamori made their first contribution in #621
- @leafs99 made their first contribution in #617
- @prchen made their first contribution in #632
- @rosslamont made their first contribution in #600
- @stitchcula made their first contribution in #553
- @kanaksinghal made their first contribution in #601
- @nvx made their first contribution in #612
- @eleduardo made their first contribution in #626
- @acrazing made their first contribution in #651
- @dependabot made their first contribution in #666
Full Changelog: v0.6.8...v0.6.13
v0.6.12
What's Changed
- Retract accidentally published versions by @elliotmjackson in #660
v0.6.9-rc.0
What's Changed
- docs: fix README.md mistake by @utamori in #621
- templates/java: add OuterClass suffix when conflict with all enums and messages by @leafs99 in #617
- fix: The location of protoc-gen-go is mismatched in different section… by @prchen in #632
- Create code coverage reports for java maven projects by @rosslamont in #600
- Fix generating lookup for repeated.items.any.in by @stitchcula in #553
- Add filegroup for validate.proto by @keith in #595
- fix map.min_pair document by @kanaksinghal in #601
- Update protoc-gen-start dependency and add filepath.ToSlash() to fix #611 by @nvx in #612
- Potential fix for #585 by @eleduardo in #626
- TCN-463 rebuild CI in GitHub actions by @elliotmjackson in #640
- bugfix maven deploy step by @elliotmjackson in #641
- Test mvn deploy step by @elliotmjackson in #642
- Publish to Maven Central manually by @elliotmjackson in #644
- Simplify build trigger filter pattern by @elliotmjackson in #645
- bump version in ci by @elliotmjackson in #648
- Create maven deploy CI by @elliotmjackson in #652
- Update maven-deploy secrets by @elliotmjackson in #653
- Update maven-deploy.yaml by @elliotmjackson in #654
New Contributors
- @utamori made their first contribution in #621
- @leafs99 made their first contribution in #617
- @prchen made their first contribution in #632
- @rosslamont made their first contribution in #600
- @stitchcula made their first contribution in #553
- @kanaksinghal made their first contribution in #601
- @nvx made their first contribution in #612
- @eleduardo made their first contribution in #626
Full Changelog: v0.6.8...v0.6.9-rc.0
v0.6.8
What's Changed
- fix some typos by @cuishuang in #579
- Fix CI by @keith in #596
- Fix indentation of python templates with ignore_empty fields inside oneof by @fishcakez in #613
- Upgrade build dependencies by @elliotmjackson in #629
New Contributors
- @cuishuang made their first contribution in #579
- @elliotmjackson made their first contribution in #629
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- Java: Support for osx-aarch_64 architecture by @codebutler in #569
- C++: Fix polymorphic lookup and add tests by @mattklein123 in #576
New Contributors
- @codebutler made their first contribution in #569
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- go: more regression fixes for optional values by @mattklein123 in #575
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- enum: fix another regression inside of oneof by @mattklein123 in #574
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- Remove deprecated host_javabase by @Reflejo in #566
- introduce a NOP template for cc by @Reflejo in #533
- Various small fixes by @mattklein123 in #573
New Contributors
Full Changelog: v0.6.3...v0.6.4
v0.6.3: Feature/add optional support (#537)
* pgs: support proto3 presence & bump go.mod (#431) Signed-off-by: Sarthak Gupta <[email protected]> * bump lyft/protoc-gen-start to v0.6.0 Signed-off-by: Mitchell Bundy <[email protected]> * bump protoc-gen-star to 0.6.0 in bazel dependencies Signed-off-by: Mitchell Bundy <[email protected]> * add 'optional.proto' file to test harness Signed-off-by: Mitchell Bundy <[email protected]> * add supported feature optional to go init Signed-off-by: Mitchell Bundy <[email protected]> * add types/pluginpb to list of deps in BUILD Signed-off-by: Mitchell Bundy <[email protected]> * bump protobuf in bazel deps to match go.mod version, add deps to BUILD Signed-off-by: Mitchell Bundy <[email protected]> * bump com_google_protobuf to v3.15.3, matches go-protobuf v1.27 dependency Signed-off-by: Mitchell Bundy <[email protected]> * update optional test to include optional int64 field within message Signed-off-by: Mitchell Bundy <[email protected]> * add some test cases to try out Signed-off-by: Mitchell Bundy <[email protected]> * remove optionalCases from cases Signed-off-by: Mitchell Bundy <[email protected]> Co-authored-by: Sarthak Gupta <[email protected]> Co-authored-by: Ryan Michela <[email protected]>