Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to include new protovalidate releases #922

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
![Slack](https://img.shields.io/badge/slack-buf-%23e01563)

**_New: The next generation of PGV, called [`protovalidate`][pv],
is now available with a [beta release for Go][pv-go]! We're hard at work on C++,
Java, TypeScript, and Python implementations as well. To learn more, check out
our [blog post][pv-announce]. We value your input in refining our products, so
don't hesitate to share your feedback on [`protovalidate`][pv]._**
is now available with beta releases for [Go][pv-go], [C++][pv-cc], and [Python][pv-python]! We're hard at work on Java, which will be coming soon. Additionally, we're actively developing implementations for TypeScript. To learn more, check out our [blog post][pv-announce]. We value your input in refining our products, so don't hesitate to share your feedback on [`protovalidate`][pv]._**

PGV is a protoc plugin to generate polyglot message validators. While protocol
buffers effectively guarantee the types of structured data, they cannot enforce
Expand Down Expand Up @@ -1061,4 +1058,6 @@ docker run --rm \
[wkts]: https://developers.google.com/protocol-buffers/docs/reference/google.protobuf
[pv]: https://github.com/bufbuild/protovalidate
[pv-go]: https://github.com/bufbuild/protovalidate-go
[pv-announce]: https://buf.build/blog/protoc-gen-validate-v1-and-v2/
[pv-cc]: https://github.com/bufbuild/protovalidate-cc
[pv-python]: https://github.com/bufbuild/protovalidate-python
[pv-announce]: https://buf.build/blog/protoc-gen-validate-v1-and-v2/