Skip to content

Commit

Permalink
docs: 1.1.0 release notes (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattklein123 authored Nov 30, 2016
1 parent d0458bc commit c34e495
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/configuration/cluster_manager/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ hosts
strict_dns
Strict DNS clusters can specify any number of hostname:port combinations. All names will be
resolved using DNS and grouped together to form the final cluster. If multiple records are
resolved using DNS and grouped together to form the final cluster. If multiple records are
returned for a single name, all will be used. For example:

.. code-block:: json
Expand Down Expand Up @@ -131,6 +131,8 @@ alt_stat_name
<config_cluster_manager_cluster_stats>` will be duplicated between the standard statistics and a
tree specified by this parameter (e.g., *cluster.<alt_stat_name>.*).

.. _config_cluster_manager_cluster_dns_refresh_rate_ms:

dns_refresh_rate_ms
*(optional, integer)* If the dns refresh rate is specified and the cluster type is either *strict_dns*,
or *logical_dns*, this value is used as the cluster's dns refresh rate. If this setting is not specified,
Expand Down
2 changes: 2 additions & 0 deletions docs/install/requirements.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _install_requirements:

Requirements
============

Expand Down
35 changes: 34 additions & 1 deletion docs/intro/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,37 @@ Version history
---------------

1.0.0
Initial open source release.
=====

Initial open source release.

1.1.0
=====

* Switch from Jannson to RapidJSON for our JSON library (allowing for a configuration schema in
1.2.0).
* Upgrade :ref:`recommended version <install_requirements>` of various other libraries.
* :ref:`Configurable DNS refresh rate <config_cluster_manager_cluster_dns_refresh_rate_ms>` for
DNS service discovery types.
* Upstream circuit breaker configuration can be :ref:`overridden via runtime
<config_cluster_manager_cluster_runtime>`.
* :ref:`Zone aware routing support <arch_overview_load_balancing_zone_aware_routing>`.
* Generic :ref:`header matching routing rule <config_http_conn_man_route_table_route_headers>`.
* HTTP/2 :ref:`graceful connection draining <config_http_conn_man_drain_timeout_ms>` (double
GOAWAY).
* DynamoDB filter :ref:`per shard statistics <config_http_filters_dynamo>` (pre-release AWS
feature).
* Initial release of the :ref:`fault injection HTTP filter <config_http_filters_fault_injection>`.
* HTTP :ref:`rate limit filter <config_http_filters_rate_limit>` enhancements (note that the
configuration for HTTP rate limiting is going to be overhauled in 1.2.0).
* Added :ref:`refused-stream retry policy <config_http_filters_router_x-envoy-retry-on>`.
* Multiple :ref:`priority queues <arch_overview_http_routing_priority>` for upstream clusters
(configurable on a per route basis, with separate connection pools, circuit breakers, etc.).
* Added max connection circuit breaking to the :ref:`TCP proxy filter <arch_overview_tcp_proxy>`.
* Added :ref:`CLI <operations_cli>` options for setting the logging file flush interval as well
as the drain/shutdown time during hot restart.
* A very large number of performance enhancements for core HTTP/TCP proxy flows as well as a
few new configuration flags to allow disabling expensive features if they are not needed
(specifically request ID generation and dynamic response code stats).
* Support Mongo 3.2 in the :ref:`Mongo sniffing filter <config_network_filters_mongo_proxy>`.
* Lots of other small fixes and enhancements not listed.
2 changes: 2 additions & 0 deletions docs/operations/cli.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _operations_cli:

Command line options
====================

Expand Down

0 comments on commit c34e495

Please sign in to comment.