Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.7-dev
1.14.7
4 changes: 4 additions & 0 deletions docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ Version history
1.14.5 (Pending)
1.14.7 (Pending)
================
1.14.7 (April 15, 2020)
=======================
Changes
-------
* http: fixed a crash upon receiving empty HTTP/2 metadata frames. Received empty metadata frames are now counted in the HTTP/2 codec stat :ref:`metadata_empty_frames <config_http_conn_man_stats_per_codec>`.
* http: fixed a remotely exploitable integer overflow via a very large grpc-timeout value causes undefined behavior.
* http: fixed bugs in datadog and squash filter's handling of responses with no bodies.
* http: fixed URL parsing for HTTP/1.1 fully qualified URLs and connect requests containing IPv6 addresses.
* tls: fix detection of the upstream connection close event.
Expand Down