Skip to content

Commit

Permalink
Fix the release note (envoyproxy#34996)
Browse files Browse the repository at this point in the history
Move ext_proc observability mode support and grpc flow control to
correct place: new feature

---------

Signed-off-by: tyxia <[email protected]>
  • Loading branch information
tyxia authored Jul 3, 2024
1 parent 81eb136 commit 9013566
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ behavior_changes:
change: |
Move ``Continue``, ``SendLocalReply`` and ``RecoverPanic` from ``FilterCallbackHandler`` to ``DecoderFilterCallbacks`` and
``EncoderFilterCallbacks``, to support full-duplex processing.
- area: ext_proc
change: |
Added support for observability mode. If enabled, each part of the HTTP request or response specified by ProcessingMode
is sent without waiting for the response from the ext_proc service. It is "Send and Go" mode that can be used by external
processor to observe Envoy data and status.
- area: grpc
change: |
Added support for flow control in Envoy gRPC side stream. This behavior can be disabled by setting the runtime flag
``envoy.reloadable_features.grpc_side_stream_flow_control`` to false.
minor_behavior_changes:
# *Changes that may cause incompatibilities for some users, but should not for most*
Expand Down Expand Up @@ -452,6 +443,15 @@ new_features:
<envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>`.
An additional field ``oid`` is added to :ref:`SubjectAltNameMatcher
<envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SubjectAltNameMatcher>` to support this change.
- area: ext_proc
change: |
Added support for observability mode which deprecates ``async_mode``. If enabled, each part of the HTTP request or response
specified by ProcessingMode is sent without waiting for the response from the ext_proc service. It is "Send and Go" mode
that can be used by external processor to observe Envoy data and status.
- area: grpc
change: |
Added support for flow control in Envoy gRPC side stream. This behavior can be disabled by setting the runtime flag
``envoy.reloadable_features.grpc_side_stream_flow_control`` to false.
deprecated:
- area: tracing
Expand Down

0 comments on commit 9013566

Please sign in to comment.