Skip to content

Commit

Permalink
added 2.2 apiVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jan 4, 2016
1 parent 5fd9c7d commit f10bcfc
Show file tree
Hide file tree
Showing 8 changed files with 11,149 additions and 112 deletions.
216 changes: 111 additions & 105 deletions docs/api_methods.asciidoc

Large diffs are not rendered by default.

4,682 changes: 4,682 additions & 0 deletions docs/api_methods_2_1.asciidoc

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/configuration.asciidoc
Expand Up @@ -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 ::: `'2.1'`
Default ::: `'2.2'`

Options in node :::
* `'2.2'`
* `'2.1'`
* `'2.0'`
* `'1.7'`
Expand All @@ -69,11 +70,11 @@ Options in node :::
* `'master'` (unstable)

Options in the browser :::
* `'2.2'`
* `'2.1'`
* `'2.0'`
* `'1.7'`
* `'1.6'`
* `'1.5'`



Expand Down
2 changes: 2 additions & 0 deletions docs/index.asciidoc
Expand Up @@ -22,6 +22,8 @@ include::development.asciidoc[]

include::api_methods.asciidoc[]

include::api_methods_2_1.asciidoc[]

include::api_methods_2_0.asciidoc[]

include::api_methods_1_7.asciidoc[]
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -19,8 +19,9 @@
"blanket": {
"pattern": "specified in test/unit/coverage.js"
},
"default_api_branch": "2.1",
"default_api_branch": "2.2",
"supported_es_branches": [
"2.2",
"2.1",
"2.0",
"1.7",
Expand Down

0 comments on commit f10bcfc

Please sign in to comment.