Skip to content

Commit

Permalink
grpc: fix maximum gRPC message size changelogs (#33369)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Boteng Yao <[email protected]>
  • Loading branch information
botengyao authored Apr 8, 2024
1 parent 1ae6fb2 commit fe1fa1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@ new_features:
change: |
The ``/stats/prometheus`` endpoint can now emit prometheus ``summary`` metric types by explicitly setting the
``histogram_buckets`` query parameter to ``summary``.
- area: grpc
change: |
Added maximum gRPC message size that is allowed to be received in Envoy gRPC. If a message over this limit is received,
the gRPC stream is terminated with the RESOURCE_EXHAUSTED error. This limit is applied to individual messages in the
streaming response and not the total size of streaming response. Defaults to 0, which means unlimited.
deprecated:
- area: listener
Expand All @@ -469,8 +474,3 @@ deprecated:
deprecated :ref:`split_spans_for_request <envoy_v3_api_field_config.trace.v3.ZipkinConfig.split_spans_for_request>`
in favor of :ref:`spawn_upstream_span
<envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.Tracing.spawn_upstream_span>`.
- area: grpc
change: |
Added maximum gRPC message size that is allowed to be received in Envoy gRPC. If a message over this limit is received,
the gRPC stream is terminated with the RESOURCE_EXHAUSTED error. This limit is applied to individual messages in the
streaming response and not the total size of streaming response. Defaults to 0, which means unlimited.

0 comments on commit fe1fa1b

Please sign in to comment.