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

udp_proxy: support proxy access logging #23242

Merged
merged 16 commits into from
Nov 1, 2022
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into proxy-level-logging
Signed-off-by: giantcroc <changran.wang@intel.com>
  • Loading branch information
giantcroc committed Sep 30, 2022
commit 6d2805d2020519db257f455fd163e8e40960e108
3 changes: 3 additions & 0 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ new_features:
- area: udp_proxy
change: |
added support for :ref:`proxy_access_log <envoy_v3_api_field_extensions.filters.udp.udp_proxy.v3.UdpProxyConfig.proxy_access_log>`.
- area: grpc_json_transcoder
change: |
added support for newline-delimited streams in :ref:`stream_newline_delimited <envoy_v3_api_field_extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.PrintOptions.stream_newline_delimited>`.

deprecated:
- area: http
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.