-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcurrent.yaml
24 lines (21 loc) · 996 Bytes
/
current.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
date: March 7, 2024
behavior_changes:
- area: http2
change: |
Changes the default value of ``envoy.reloadable_features.http2_use_oghttp2`` to ``false``. This changes the codec used for HTTP/2
requests and responses. A number of users have reported issues with oghttp2 including issue 32611 and issue 32401 This behavior
can be reverted by setting the feature to ``true``.
bug_fixes:
- area: jwt_authn
change: |
Fixed JWT extractor, which concatenated headers with a comma, resultig in invalid tokens.
- area: router
change: |
Fix a timing issue when upstream requests are empty when decoding data and send local reply when that happends. This is
controlled by ``envoy_reloadable_features_send_local_reply_when_no_buffer_and_upstream_request``.
new_features:
- area: google_grpc
change: |
Added an off-by-default runtime flag
``envoy.reloadable_features.google_grpc_disable_tls_13`` to disable TLSv1.3
usage by gRPC SDK for ``google_grpc`` services.