version 1.2 is now the default API, and is available in the client

This commit is contained in:
Spencer Alger
2014-05-21 12:31:54 -07:00
parent 2266c4eb13
commit 531ceb00d2
11 changed files with 9799 additions and 74 deletions

View File

@ -51,12 +51,20 @@ Default in Node:::
+
WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used during development. It is highly recommended that you set this parameter in all code that is headed to production.
Default ::: `"1.1"`
Default ::: `"1.2"`
Options :::
Options in node :::
* `"1.2"`
* `"1.1"`
* `"1.0"`
* `"0.90"`
* `"master"` (unstable)
* `"1.x"` (unstable)
Options in the browser :::
* `"1.2"`
* `"1.1"`
* `"1.0"`