added 1.3 API and set that as the default apiVersion

This commit is contained in:
Spencer Alger
2014-07-16 08:10:54 -07:00
parent afe53081d7
commit 075c1b7fc2
13 changed files with 10071 additions and 60 deletions

View File

@ -51,9 +51,10 @@ 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.2"`
Default ::: `"1.3"`
Options in node :::
* `"1.3"`
* `"1.2"`
* `"1.1"`
* `"1.0"`
@ -62,9 +63,9 @@ Options in node :::
* `"1.x"` (unstable)
Options in the browser :::
* `"1.3"`
* `"1.2"`
* `"1.1"`
* `"1.0"`