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