-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christoph Pakulski <christoph@tetrate.io>
- Loading branch information
Showing
4 changed files
with
36 additions
and
9 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.16.1 | ||
1.16.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
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,31 @@ | ||
1.16.1 (November 20, 2020) | ||
========================== | ||
|
||
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* | ||
|
||
* examples: examples use v3 configs. | ||
* listener: fix crash when disabling or re-enabling listeners due to overload while processing LDS updates. | ||
* proxy_proto: fixed a bug where the wrong downstream address got sent to upstream connections. | ||
* proxy_proto: fixed a bug where network filters would not have the correct downstreamRemoteAddress() when accessed from the StreamInfo. This could result in incorrect enforcement of RBAC rules in the RBAC network filter (but not in the RBAC HTTP filter), or incorrect access log addresses from tcp_proxy. | ||
* tls: fix read resumption after triggering buffer high-watermark and all remaining request/response bytes are stored in the SSL connection's internal buffers. | ||
* udp: fixed issue in which receiving truncated UDP datagrams would cause Envoy to crash. | ||
|
||
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ Version history | |
:titlesonly: | ||
|
||
current | ||
v1.16.1 | ||
v1.16.0 | ||
v1.15.2 | ||
v1.15.1 | ||
|