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

formatter: support query param #38112

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into dev-substitution-formatter-query-support
Signed-off-by: code <[email protected]>
  • Loading branch information
wbpcode authored Jan 24, 2025
commit 319f826380948ff7e399e3b25048807291af535c
11 changes: 11 additions & 0 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,16 @@ new_features:
change: |
Added ``QUERY_PARAM`` support for substitution formatter. See :ref:`access log formatter <config_access_log_format>`
for more details.
- area: http
change: |
Added :ref:`max_metadata_size <envoy_v3_api_field_config.core.v3.Http2ProtocolOptions.max_metadata_size>` to make
HTTP/2 metadata limits configurable.
- area: redis
change: |
Added support for multi-key commands on transactions.
- area: xds
change: |
Reporting a locality_stats to LRS server when rq_issued > 0, disable by setting runtime guard
``envoy.reloadable_features.report_load_with_rq_issued`` to ``false``.

deprecated:
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.