-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary of changes**: - Revert default codec to nghttp2 as a number of users have reported issues with oghttp2 including #32611 and #32401 - Assorted minor fixes **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.29.2 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.29.2/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.29.2/version_history/v1.29/v1.29.2 **Full changelog**: v1.29.1...v1.29.2 Signed-off-by: Ryan Northey <ryan@synca.io>
- Loading branch information
Showing
4 changed files
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.29.2-dev | ||
1.29.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,20 @@ | ||
date: Pending | ||
date: March 7, 2024 | ||
|
||
behavior_changes: | ||
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* | ||
- 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``. | ||
minor_behavior_changes: | ||
# *Changes that may cause incompatibilities for some users, but should not for most* | ||
|
||
bug_fixes: | ||
# *Changes expected to improve the state of the world and are unlikely to have negative effects* | ||
- area: jwt_authn | ||
change: | | ||
Fixed JWT extractor, which concatenated headers with a comma, resultig in invalid tokens. | ||
removed_config_or_runtime: | ||
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>` | ||
|
||
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. | ||
deprecated: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
"1.26": 1.26.7 | ||
"1.27": 1.27.3 | ||
"1.28": 1.28.1 | ||
"1.29": 1.29.0 | ||
"1.29": 1.29.1 |