-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add mode to PipeInstance #8423
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
Add mode to PipeInstance #8423
Changes from 21 commits
147ccbf
e8245db
0715211
ec7ea45
3920808
5c30cf2
318defb
72dbba4
970c88c
23d9f96
8c08b47
4a2c94d
fc7182a
ba59ed5
2f1862c
f306f62
1ad0a2c
aa6f82b
6a735c3
fd10e2e
5330a69
342c394
8a32d78
9585817
ff16f6d
0b72b99
818e6b1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,6 +32,8 @@ Version history | |
| * thrift_proxy: added support for cluster header based routing. | ||
| * thrift_proxy: added stats to the router filter. | ||
| * tls: remove TLS 1.0 and 1.1 from client defaults | ||
| * router: exposed DOWNSTREAM_REMOTE_ADDRESS as custom HTTP request/response headers. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. revert
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
||
| * api: added ability to specify `mode` for :ref:`Pipe <envoy_api_field_core.Pipe.mode>`. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. merge issue here, also please alpha short
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| * tracing: added the ability to set custom tags on both the :ref:`HTTP connection manager<envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing>` and the :ref:`HTTP route <envoy_api_field_route.Route.tracing>`. | ||
| * tracing: added upstream_address tag. | ||
| * udp: added initial support for :ref:`UDP proxy <config_udp_listener_filters_udp_proxy>` | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ CDS | |
| CEL | ||
| CHACHA | ||
| CHLO | ||
| CHMOD | ||
| CHLOS | ||
| CIDR | ||
| CLA | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.