Skip to content

Commit

Permalink
docs: fix version history and release 1.12.3
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
  • Loading branch information
lizan committed Mar 3, 2020
1 parent 6912f57 commit b5144d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.3-dev
1.12.3
9 changes: 4 additions & 5 deletions docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Version history
---------------

1.12.3 (Pending)
================
* rbac: added :ref:`url_path <envoy_api_field_config.rbac.v2.Permission.url_path>` for matching URL path without the query and fragment string.
==========================
1.12.3 (March 3, 2020)
======================
* buffer: force copy when appending small slices to OwnedImpl buffer to avoid fragmentation.
* http: added HTTP/1.1 flood protection. Can be temporarily disabled using the runtime feature `envoy.reloadable_features.http1_flood_protection`.
* listeners: fixed issue where :ref:`TLS inspector listener filter <config_listener_filters_tls_inspector>` could have been bypassed by a client using only TLS 1.3.
* rbac: added :ref:`url_path <envoy_api_field_config.rbac.v2.Permission.url_path>` for matching URL path without the query and fragment string.
* sds: fixed the SDS vulnerability that TLS validation context (e.g., subject alt name or hash) cannot be effectively validated in some cases.
* http: added HTTP/1.1 flood protection. Can be temporarily disabled using the runtime feature `envoy.reloadable_features.http1_flood_protection`.

1.12.2 (December 10, 2019)
==========================
Expand Down

0 comments on commit b5144d4

Please sign in to comment.