-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
*: replace grpc-gateway endpoint with /v3beta #8880
Conversation
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
…ties Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
it is possible to still keep the alpha endpoint or do a redirection? we can remove the alpha one next release to give people some time for "migration". |
@xiang90 I don't think grpc-gateway supports multi-paths (related grpc-ecosystem/grpc-gateway#322). You can define only one path in So this PR does the redirection from |
OK. Awesome. We should mention in the release note that the api is promoted to beta, and alpha is going to be removed in the next minor release. Other than that, lgtm |
@xiang90 Yeah I will make sure we note that. Thanks. |
Fix #8125.