forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request envoyproxy#143 from jwendell/latest-120-commits
OSSM-1264: Merge latest commits from Envoy 1.20
- Loading branch information
Showing
97 changed files
with
1,810 additions
and
369 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.20.1 | ||
1.20.3-dev |
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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
1.20.1 (November 30, 2021) | ||
========================== | ||
|
||
Incompatible Behavior Changes | ||
----------------------------- | ||
*Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* | ||
|
||
Minor Behavior Changes | ||
---------------------- | ||
*Changes that may cause incompatibilities for some users, but should not for most* | ||
|
||
* config: the log message for "gRPC config stream closed" now uses the most recent error message, and reports seconds instead of milliseconds for how long the most recent status has been received. | ||
|
||
Bug Fixes | ||
--------- | ||
*Changes expected to improve the state of the world and are unlikely to have negative effects* | ||
|
||
* http: remove redundant Warn log in HTTP codec. | ||
* listener: fix a crash when updating any listener that does not bind to port. | ||
* listener: listener add can reuse the listener socket of a draining filter chain listener and fix the request lost. | ||
* mac: fix crash on startup on macOS 12 by changing the default allocator. | ||
* tcp: fixed a bug where upstream circuit breakers applied HTTP per-request bounds to TCP connections. | ||
|
||
Removed Config or Runtime | ||
------------------------- | ||
*Normally occurs at the end of the* :ref:`deprecation period <deprecated>` | ||
|
||
New Features | ||
------------ | ||
|
||
Deprecated | ||
---------- |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
1.20.2 (February 22, 2022) | ||
========================== | ||
|
||
Incompatible Behavior Changes | ||
----------------------------- | ||
*Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* | ||
|
||
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* | ||
|
||
* data plane: fix crash when internal redirect selects a route configured with direct response or redirect actions. | ||
* jwt_authn: fixed the crash when a CONNECT request is sent to JWT filter configured with regex match on the Host header. | ||
* tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling <envoy_v3_api_field_extensions.filters.network.tcp_proxy.v3.TcpProxy.tunneling_config>` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established. | ||
* upstream: fix stack overflow when a cluster with large number of idle connections is removed. | ||
|
||
Removed Config or Runtime | ||
------------------------- | ||
*Normally occurs at the end of the* :ref:`deprecation period <deprecated>` | ||
|
||
New Features | ||
------------ | ||
|
||
+* tls: added support for :ref:`match_typed_subject_alt_names <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>` for subject alternative names to enforce specifying the subject alternative name type for the matcher to prevent matching against an unintended type in the certificate. | ||
|
||
|
||
Deprecated | ||
---------- | ||
|
||
+* tls: :ref:`match_subject_alt_names <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_subject_alt_names>` has been deprecated in favor of the :ref:`match_typed_subject_alt_names <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>`. |
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ Version history | |
:titlesonly: | ||
|
||
current | ||
v1.20.2 | ||
v1.20.1 | ||
v1.20.0 | ||
v1.19.1 | ||
v1.19.0 | ||
|
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
Oops, something went wrong.