-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Tracking issue: Opaque API #1657
Labels
Comments
gopherbot
pushed a commit
to protocolbuffers/protobuf-go
that referenced
this issue
Dec 11, 2024
For golang/protobuf#1657 Change-Id: I7b2b0c30506706015ce278e6054439c9ad9ef727 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/634815 TryBot-Bypass: Michael Stapelberg <stapelberg@google.com> Reviewed-by: Joseph Tsai <joetsai@digital-static.net> Reviewed-by: Damien Neil <dneil@google.com>
gopherbot
pushed a commit
to protocolbuffers/protobuf-go
that referenced
this issue
Dec 11, 2024
For golang/protobuf#1657 Change-Id: I8081e04050a38b0cb1b48ad674b683de61d36770 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/634816 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com>
gopherbot
pushed a commit
to protocolbuffers/protobuf-go
that referenced
this issue
Dec 11, 2024
For golang/protobuf#1657 Change-Id: I3c35fceeddedcd159a5adacec3113e12497ebd27 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/634817 Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
gopherbot
pushed a commit
to protocolbuffers/protobuf-go
that referenced
this issue
Dec 11, 2024
For golang/protobuf#1657 In order to change the default API level, one can now specify: protoc […] --go_opt=default_api_level=API_HYBRID To override the default API level for a specific file, use the apilevelM mapping flag (similar to the M flag for import paths): protoc […] --go_opt=apilevelMhello.proto=API_HYBRID (Similar to the M option.) Change-Id: I44590e9aa4c034a5bb9c93ae32f4b11188e684a0 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/634818 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue provides a central place for questions and discussion around the Opaque API.
Please read the Opaque API announcement blog post (draft) first!
Before posting questions, please check if the Opaque API FAQ answers your question.
Release Plan / Status
The text was updated successfully, but these errors were encountered: