fix: handle GCP global region#1480
Merged
yuzisun merged 19 commits intoenvoyproxy:mainfrom Nov 11, 2025
Merged
Conversation
Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net>
yuzisun
reviewed
Nov 4, 2025
Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1480 +/- ##
=======================================
Coverage 83.93% 83.93%
=======================================
Files 144 144
Lines 12670 12670
=======================================
+ Hits 10634 10635 +1
+ Misses 1421 1419 -2
- Partials 615 616 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net>
Contributor
Author
|
@mathetake extproc ubuntu-latest passed but macos-latest failed. Looks like a flaky test? Any suggestion how to fix it? |
Member
|
you can ignore any flaky tests (can re-kick by commenting |
Contributor
Author
|
/retest |
Contributor
Author
|
/retest |
yuzisun
reviewed
Nov 6, 2025
mathetake
reviewed
Nov 6, 2025
Member
|
@xiaolin593 @yuzisun do we want to get this in v0.4? |
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net>
yuzisun
approved these changes
Nov 11, 2025
Contributor
Author
|
/retest |
hustxiayang
pushed a commit
to hustxiayang/ai-gateway
that referenced
this pull request
Nov 13, 2025
**Description** GCP global region endpoint is different from regional endpoint. Current PR is to handle GCP global region to avoid segfault. Related PR: envoyproxy#752 --------- Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net> Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Dan Sun <dsun20@bloomberg.net> Signed-off-by: yxia216 <yxia216@bloomberg.net>
missBerg
pushed a commit
to missBerg/ai-gateway
that referenced
this pull request
Dec 20, 2025
**Description** GCP global region endpoint is different from regional endpoint. Current PR is to handle GCP global region to avoid segfault. Related PR: envoyproxy#752 --------- Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net> Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Dan Sun <dsun20@bloomberg.net> Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
mtparet
pushed a commit
to blackfuel-ai/ai-gateway
that referenced
this pull request
Jan 14, 2026
**Description** GCP global region endpoint is different from regional endpoint. Current PR is to handle GCP global region to avoid segfault. Related PR: envoyproxy#752 --------- Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net> Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
GCP global region endpoint is different from regional endpoint. Current PR is to handle GCP global region to avoid segfault.
Related PR: #752