From 0a34741d7266af34eed36048d1a8e8880a7b17a1 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 6 Sep 2016 07:50:06 -0700 Subject: [PATCH] Adds version note to near parameter. --- website/source/docs/agent/http/query.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http/query.html.markdown b/website/source/docs/agent/http/query.html.markdown index 5eaccdb11d..4300912afe 100644 --- a/website/source/docs/agent/http/query.html.markdown +++ b/website/source/docs/agent/http/query.html.markdown @@ -123,7 +123,7 @@ nodes in the response will be sorted in ascending order of estimated round-trip times. If the node given does not exist, the nodes in the response will be shuffled. Using the magic `_agent` value is supported, and will automatically return results nearest the agent servicing the request. If unspecified, the -response will be shuffled by default. +response will be shuffled by default. This was added in Consul 0.7. The set of fields inside the `Service` structure define the query's behavior.