docs: updating changelog pre release#22194
Conversation
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
|
Docs for this Pull Request will be rendered here: https://storage.googleapis.com/envoy-pr/22194/docs/index.html The docs are (re-)rendered each time the CI |
|
Still need to go through the last section ("deprecated") and whether entries need to be moved to "removed" or stay there. cc @alyssawilk |
| the listener filter tls inspector's stats ``connection_closed`` and ``read_error`` are removed. New stats are introduced for listener, ``downstream_peek_remote_close`` and ``read_error``, in :ref:`listener stats <config_listener_stats>`. | ||
| - area: config | ||
| change: | | ||
| Multiple SDS resources of multiple clusters or listeners are sent in a single SDS requests, instead of multiple SDS requests. |
There was a problem hiding this comment.
it used to check that the initial word wasnt capitalized - i thought i had preserved that check - but obv not
|
/retest |
|
Retrying Azure Pipelines: |
| remove unnecessary "spawnChild" annotations in OpenCensus tracer. | ||
| - area: conn pool | ||
| change: | | ||
| changed HTTP/2 connection pooling and the :ref:`ALPN pool <envoy_v3_api_field_extensions.upstreams.http.v3.HttpProtocolOptions.auto_config>` to remember the number of streams allowed by the endpoint and cap multiplexed streams for subsequent connections based on that. With that working, defaulted the ALPN pool to assume HTTP/2 will work, as it will only incur a latency hit once until the TLS handshake is complete, and then will cache that the effective stream limit is 1. This behavioral change can be revered by setting ``envoy.reloadable_features.allow_concurrency_for_alpn_pool`` to false. |
There was a problem hiding this comment.
tip for future - you can use multiline and unless there are 2 separate lines rst folds them to a ws-separated single line in output
phlax
left a comment
There was a problem hiding this comment.
there are few more literals left but lets land and i can follow up
Commit Message: updating changelog pre release
Additional Description:
Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
Signed-off-by: Adi Suissa-Peleg adip@google.com