envoyproxy/protoc-gen-validate
### [`v0.6.13`](https://togithub.com/bufbuild/protoc-gen-validate/releases/tag/v0.6.13)
[Compare Source](https://togithub.com/envoyproxy/protoc-gen-validate/compare/v0.6.12...v0.6.13)
The team at [@bufbuild](https://togithub.com/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](https://togithub.com/envoyproxy) team for all that hard work they've put in to date.
Java users please note a new groupID:
```diff
- io.envoyproxy.protoc-gen-validate
+ build.buf.protoc-gen-validate
```
Go users, the go module will remain unchanged
```shell
go install github.com/envoyproxy/protoc-gen-validate
```
#### What's Changed
- docs: fix README.md mistake by [@utamori](https://togithub.com/utamori) in [https://github.com/bufbuild/protoc-gen-validate/pull/621](https://togithub.com/bufbuild/protoc-gen-validate/pull/621)
- templates/java: add OuterClass suffix when conflict with all enums and messages by [@leafs99](https://togithub.com/leafs99) in [https://github.com/bufbuild/protoc-gen-validate/pull/617](https://togithub.com/bufbuild/protoc-gen-validate/pull/617)
- fix: The location of protoc-gen-go is mismatched in different section… by [@prchen](https://togithub.com/prchen) in [https://github.com/bufbuild/protoc-gen-validate/pull/632](https://togithub.com/bufbuild/protoc-gen-validate/pull/632)
- Create code coverage reports for java maven projects by [@rosslamont](https://togithub.com/rosslamont) in [https://github.com/bufbuild/protoc-gen-validate/pull/600](https://togithub.com/bufbuild/protoc-gen-validate/pull/600)
- Fix generating lookup for repeated.items.any.in by [@stitchcula](https://togithub.com/stitchcula) in [https://github.com/bufbuild/protoc-gen-validate/pull/553](https://togithub.com/bufbuild/protoc-gen-validate/pull/553)
- Add filegroup for validate.proto by [@keith](https://togithub.com/keith) in [https://github.com/bufbuild/protoc-gen-validate/pull/595](https://togithub.com/bufbuild/protoc-gen-validate/pull/595)
- fix map.min_pair document by [@kanaksinghal](https://togithub.com/kanaksinghal) in [https://github.com/bufbuild/protoc-gen-validate/pull/601](https://togithub.com/bufbuild/protoc-gen-validate/pull/601)
- Update protoc-gen-start dependency and add filepath.ToSlash() to fix [#611](https://togithub.com/envoyproxy/protoc-gen-validate/issues/611) by [@nvx](https://togithub.com/nvx) in [https://github.com/bufbuild/protoc-gen-validate/pull/612](https://togithub.com/bufbuild/protoc-gen-validate/pull/612)
- Potential fix for [#585](https://togithub.com/envoyproxy/protoc-gen-validate/issues/585) by [@eleduardo](https://togithub.com/eleduardo) in [https://github.com/bufbuild/protoc-gen-validate/pull/626](https://togithub.com/bufbuild/protoc-gen-validate/pull/626)
- TCN-463 rebuild CI in GitHub actions by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/640](https://togithub.com/bufbuild/protoc-gen-validate/pull/640)
- bugfix maven deploy step by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/641](https://togithub.com/bufbuild/protoc-gen-validate/pull/641)
- Test mvn deploy step by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/642](https://togithub.com/bufbuild/protoc-gen-validate/pull/642)
- Publish to Maven Central manually by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/644](https://togithub.com/bufbuild/protoc-gen-validate/pull/644)
- Simplify build trigger filter pattern by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/645](https://togithub.com/bufbuild/protoc-gen-validate/pull/645)
- bump version in ci by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/648](https://togithub.com/bufbuild/protoc-gen-validate/pull/648)
- Create maven deploy CI by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/652](https://togithub.com/bufbuild/protoc-gen-validate/pull/652)
- Update maven-deploy secrets by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/653](https://togithub.com/bufbuild/protoc-gen-validate/pull/653)
- Update maven-deploy.yaml by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/654](https://togithub.com/bufbuild/protoc-gen-validate/pull/654)
- Retract accidentally published versions by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/660](https://togithub.com/bufbuild/protoc-gen-validate/pull/660)
- feat: support optional for java & cpp by [@acrazing](https://togithub.com/acrazing) in [https://github.com/bufbuild/protoc-gen-validate/pull/651](https://togithub.com/bufbuild/protoc-gen-validate/pull/651)
- Create Maven & Pypi Publish step by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/657](https://togithub.com/bufbuild/protoc-gen-validate/pull/657)
- Bump protobuf from 3.20.1 to 3.20.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/bufbuild/protoc-gen-validate/pull/666](https://togithub.com/bufbuild/protoc-gen-validate/pull/666)
- Bump junit from 4.12 to 4.13.1 in /java by [@dependabot](https://togithub.com/dependabot) in [https://github.com/bufbuild/protoc-gen-validate/pull/665](https://togithub.com/bufbuild/protoc-gen-validate/pull/665)
- Add maven distribution management for groupID relocation by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/bufbuild/protoc-gen-validate/pull/661](https://togithub.com/bufbuild/protoc-gen-validate/pull/661)
#### New Contributors
- [@utamori](https://togithub.com/utamori) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/621](https://togithub.com/bufbuild/protoc-gen-validate/pull/621)
- [@leafs99](https://togithub.com/leafs99) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/617](https://togithub.com/bufbuild/protoc-gen-validate/pull/617)
- [@prchen](https://togithub.com/prchen) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/632](https://togithub.com/bufbuild/protoc-gen-validate/pull/632)
- [@rosslamont](https://togithub.com/rosslamont) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/600](https://togithub.com/bufbuild/protoc-gen-validate/pull/600)
- [@stitchcula](https://togithub.com/stitchcula) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/553](https://togithub.com/bufbuild/protoc-gen-validate/pull/553)
- [@kanaksinghal](https://togithub.com/kanaksinghal) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/601](https://togithub.com/bufbuild/protoc-gen-validate/pull/601)
- [@nvx](https://togithub.com/nvx) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/612](https://togithub.com/bufbuild/protoc-gen-validate/pull/612)
- [@eleduardo](https://togithub.com/eleduardo) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/626](https://togithub.com/bufbuild/protoc-gen-validate/pull/626)
- [@acrazing](https://togithub.com/acrazing) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/651](https://togithub.com/bufbuild/protoc-gen-validate/pull/651)
- [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/666](https://togithub.com/bufbuild/protoc-gen-validate/pull/666)
**Full Changelog**: https://github.com/bufbuild/protoc-gen-validate/compare/v0.6.8...v0.6.13
### [`v0.6.12`](https://togithub.com/bufbuild/protoc-gen-validate/releases/tag/v0.6.12)
[Compare Source](https://togithub.com/envoyproxy/protoc-gen-validate/compare/v0.6.9-rc.0...v0.6.12)
#### What's Changed
- Retract accidentally published versions by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/660](https://togithub.com/envoyproxy/protoc-gen-validate/pull/660)
### [`v0.6.9`](https://togithub.com/bufbuild/protoc-gen-validate/releases/tag/v0.6.9-rc.0)
[Compare Source](https://togithub.com/envoyproxy/protoc-gen-validate/compare/v0.6.8...v0.6.9-rc.0)
#### What's Changed
- docs: fix README.md mistake by [@utamori](https://togithub.com/utamori) in [https://github.com/envoyproxy/protoc-gen-validate/pull/621](https://togithub.com/envoyproxy/protoc-gen-validate/pull/621)
- templates/java: add OuterClass suffix when conflict with all enums and messages by [@leafs99](https://togithub.com/leafs99) in [https://github.com/envoyproxy/protoc-gen-validate/pull/617](https://togithub.com/envoyproxy/protoc-gen-validate/pull/617)
- fix: The location of protoc-gen-go is mismatched in different section… by [@prchen](https://togithub.com/prchen) in [https://github.com/envoyproxy/protoc-gen-validate/pull/632](https://togithub.com/envoyproxy/protoc-gen-validate/pull/632)
- Create code coverage reports for java maven projects by [@rosslamont](https://togithub.com/rosslamont) in [https://github.com/envoyproxy/protoc-gen-validate/pull/600](https://togithub.com/envoyproxy/protoc-gen-validate/pull/600)
- Fix generating lookup for repeated.items.any.in by [@stitchcula](https://togithub.com/stitchcula) in [https://github.com/envoyproxy/protoc-gen-validate/pull/553](https://togithub.com/envoyproxy/protoc-gen-validate/pull/553)
- Add filegroup for validate.proto by [@keith](https://togithub.com/keith) in [https://github.com/envoyproxy/protoc-gen-validate/pull/595](https://togithub.com/envoyproxy/protoc-gen-validate/pull/595)
- fix map.min_pair document by [@kanaksinghal](https://togithub.com/kanaksinghal) in [https://github.com/envoyproxy/protoc-gen-validate/pull/601](https://togithub.com/envoyproxy/protoc-gen-validate/pull/601)
- Update protoc-gen-start dependency and add filepath.ToSlash() to fix [#611](https://togithub.com/envoyproxy/protoc-gen-validate/issues/611) by [@nvx](https://togithub.com/nvx) in [https://github.com/envoyproxy/protoc-gen-validate/pull/612](https://togithub.com/envoyproxy/protoc-gen-validate/pull/612)
- Potential fix for [#585](https://togithub.com/envoyproxy/protoc-gen-validate/issues/585) by [@eleduardo](https://togithub.com/eleduardo) in [https://github.com/envoyproxy/protoc-gen-validate/pull/626](https://togithub.com/envoyproxy/protoc-gen-validate/pull/626)
- TCN-463 rebuild CI in GitHub actions by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/640](https://togithub.com/envoyproxy/protoc-gen-validate/pull/640)
- bugfix maven deploy step by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/641](https://togithub.com/envoyproxy/protoc-gen-validate/pull/641)
- Test mvn deploy step by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/642](https://togithub.com/envoyproxy/protoc-gen-validate/pull/642)
- Publish to Maven Central manually by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/644](https://togithub.com/envoyproxy/protoc-gen-validate/pull/644)
- Simplify build trigger filter pattern by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/645](https://togithub.com/envoyproxy/protoc-gen-validate/pull/645)
- bump version in ci by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/648](https://togithub.com/envoyproxy/protoc-gen-validate/pull/648)
- Create maven deploy CI by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/652](https://togithub.com/envoyproxy/protoc-gen-validate/pull/652)
- Update maven-deploy secrets by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/653](https://togithub.com/envoyproxy/protoc-gen-validate/pull/653)
- Update maven-deploy.yaml by [@ElliotMJackson](https://togithub.com/ElliotMJackson) in [https://github.com/envoyproxy/protoc-gen-validate/pull/654](https://togithub.com/envoyproxy/protoc-gen-validate/pull/654)
#### New Contributors
- [@utamori](https://togithub.com/utamori) made their first contribution in [https://github.com/envoyproxy/protoc-gen-validate/pull/621](https://togithub.com/envoyproxy/protoc-gen-validate/pull/621)
- [@leafs99](https://togithub.com/leafs99) made their first contribution in [https://github.com/envoyproxy/protoc-gen-validate/pull/617](https://togithub.com/envoyproxy/protoc-gen-validate/pull/617)
- [@prchen](https://togithub.com/prchen) made their first contribution in [https://github.com/envoyproxy/protoc-gen-validate/pull/632](https://togithub.com/envoyproxy/protoc-gen-validate/pull/632)
- [@rosslamont](https://togithub.com/rosslamont) made their first contribution in [https://github.com/envoyproxy/protoc-gen-validate/pull/600](https://togithub.com/envoyproxy/protoc-gen-validate/pull/600)
- [@stitchcula](https://togithub.com/stitchcula) made their first contribution in [https://github.com/envoyproxy/protoc-gen-validate/pull/553](https://togithub.com/envoyproxy/protoc-gen-validate/pull/553)
- [@kanaksinghal](https://togithub.com/kanaksinghal) made their first contribution in [https://github.com/envoyproxy/protoc-gen-validate/pull/601](https://togithub.com/envoyproxy/protoc-gen-validate/pull/601)
- [@nvx](https://togithub.com/nvx) made their first contribution in [https://github.com/envoyproxy/protoc-gen-validate/pull/612](https://togithub.com/envoyproxy/protoc-gen-validate/pull/612)
- [@eleduardo](https://togithub.com/eleduardo) made their first contribution in [https://github.com/envoyproxy/protoc-gen-validate/pull/626](https://togithub.com/envoyproxy/protoc-gen-validate/pull/626)
**Full Changelog**: https://github.com/envoyproxy/protoc-gen-validate/compare/v0.6.8...v0.6.9-rc.0
grpc/grpc-web
### [`v1.4.1`](https://togithub.com/grpc/grpc-web/blob/HEAD/CHANGELOG.md#141)
[Compare Source](https://togithub.com/grpc/grpc-web/compare/1.4.0...1.4.1)
- [#1286](https://togithub.com/grpc/grpc-web/pull/1286) Fix duplicate dot in enum name (when "package" is specified)
### [`v1.4.0`](https://togithub.com/grpc/grpc-web/blob/HEAD/CHANGELOG.md#140)
[Compare Source](https://togithub.com/grpc/grpc-web/compare/1.3.1...1.4.0)
##### Major Features
- [#1249](https://togithub.com/grpc/grpc-web/pull/1249) Use Zig to build aarch64 binaries [@hronro](https://togithub.com/hronro)
- [#1203](https://togithub.com/grpc/grpc-web/pull/1203) Github Actions (workflows) for building `protoc-gen-grpc-web` plugins
##### Other Changes
- [#1279](https://togithub.com/grpc/grpc-web/pull/1279) Fixes the status codes ordering in typescript definitions [@chandraaditya](https://togithub.com/chandraaditya)
- [#1278](https://togithub.com/grpc/grpc-web/pull/1278) Fix Enum with module in generated TS interface.
- [#1254](https://togithub.com/grpc/grpc-web/pull/1254) Remove Trailing Slashes from Hostname [@jkjk822](https://togithub.com/jkjk822)
- [#1252](https://togithub.com/grpc/grpc-web/pull/1252) Fix Zig setup step in CI [@hronro](https://togithub.com/hronro)
- [#1231](https://togithub.com/grpc/grpc-web/pull/1231) Add version flag and version info in generated code [@meling](https://togithub.com/meling)
- [#1225](https://togithub.com/grpc/grpc-web/pull/1225) Improve error message & Internal code sync
- [#1222](https://togithub.com/grpc/grpc-web/pull/1222) Update envoy version to 1.22 (with config updates) [@tomk9](https://togithub.com/tomk9)
- [#1211](https://togithub.com/grpc/grpc-web/pull/1211) Upgrade protobuf and grpc deps [@aapeliv](https://togithub.com/aapeliv)
- [#1199](https://togithub.com/grpc/grpc-web/pull/1199) Revert "Expose MethodDescriptor's public methods"
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.6.8
->0.6.13
1.3.1
->1.4.1
Release Notes
envoyproxy/protoc-gen-validate
### [`v0.6.13`](https://togithub.com/bufbuild/protoc-gen-validate/releases/tag/v0.6.13) [Compare Source](https://togithub.com/envoyproxy/protoc-gen-validate/compare/v0.6.12...v0.6.13) The team at [@bufbuild](https://togithub.com/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](https://togithub.com/envoyproxy) team for all that hard work they've put in to date. Java users please note a new groupID: ```diff -grpc/grpc-web
### [`v1.4.1`](https://togithub.com/grpc/grpc-web/blob/HEAD/CHANGELOG.md#141) [Compare Source](https://togithub.com/grpc/grpc-web/compare/1.4.0...1.4.1) - [#1286](https://togithub.com/grpc/grpc-web/pull/1286) Fix duplicate dot in enum name (when "package" is specified) ### [`v1.4.0`](https://togithub.com/grpc/grpc-web/blob/HEAD/CHANGELOG.md#140) [Compare Source](https://togithub.com/grpc/grpc-web/compare/1.3.1...1.4.0) ##### Major Features - [#1249](https://togithub.com/grpc/grpc-web/pull/1249) Use Zig to build aarch64 binaries [@hronro](https://togithub.com/hronro) - [#1203](https://togithub.com/grpc/grpc-web/pull/1203) Github Actions (workflows) for building `protoc-gen-grpc-web` plugins ##### Other Changes - [#1279](https://togithub.com/grpc/grpc-web/pull/1279) Fixes the status codes ordering in typescript definitions [@chandraaditya](https://togithub.com/chandraaditya) - [#1278](https://togithub.com/grpc/grpc-web/pull/1278) Fix Enum with module in generated TS interface. - [#1254](https://togithub.com/grpc/grpc-web/pull/1254) Remove Trailing Slashes from Hostname [@jkjk822](https://togithub.com/jkjk822) - [#1252](https://togithub.com/grpc/grpc-web/pull/1252) Fix Zig setup step in CI [@hronro](https://togithub.com/hronro) - [#1231](https://togithub.com/grpc/grpc-web/pull/1231) Add version flag and version info in generated code [@meling](https://togithub.com/meling) - [#1225](https://togithub.com/grpc/grpc-web/pull/1225) Improve error message & Internal code sync - [#1222](https://togithub.com/grpc/grpc-web/pull/1222) Update envoy version to 1.22 (with config updates) [@tomk9](https://togithub.com/tomk9) - [#1211](https://togithub.com/grpc/grpc-web/pull/1211) Upgrade protobuf and grpc deps [@aapeliv](https://togithub.com/aapeliv) - [#1199](https://togithub.com/grpc/grpc-web/pull/1199) Revert "Expose MethodDescriptor's public methods"Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.