Skip to content

Commit b5986be

Browse files
author
spalger
committed
[apis] add upcoming branches and drop old 5.x branches
(cherry picked from commit ef0bc69)
1 parent fd4b0f7 commit b5986be

21 files changed

+2912
-63312
lines changed

docs/api_methods.asciidoc

+245-213
Large diffs are not rendered by default.

docs/api_methods_5_0.asciidoc

-5,258
This file was deleted.

docs/api_methods_5_1.asciidoc

-5,335
This file was deleted.

docs/api_methods_5_2.asciidoc

-5,335
This file was deleted.

docs/api_methods_5_3.asciidoc

-5,317
This file was deleted.

docs/api_methods_5_4.asciidoc

-5,465
This file was deleted.

docs/api_methods_5_5.asciidoc

-5,469
This file was deleted.

docs/api_methods_6_6.asciidoc renamed to docs/api_methods_6_5.asciidoc

+339-371
Large diffs are not rendered by default.

docs/configuration.asciidoc

+7-9
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Default in Node:::
5252
+
5353
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.
5454

55-
Default ::: `'6.5'`
55+
Default ::: `'6.6'`
5656

5757
Options in node :::
5858
* `'6.6'`
@@ -63,16 +63,12 @@ Options in node :::
6363
* `'6.1'`
6464
* `'6.0'`
6565
* `'5.6'`
66-
* `'5.5'`
67-
* `'5.4'`
68-
* `'5.3'`
69-
* `'5.2'`
70-
* `'5.1'`
71-
* `'5.0'`
7266
* `'2.4'`
7367
* `'1.7'`
7468
* `'0.90'`
75-
* `'6.x'` (unstable)
69+
* `'6.7'` (unstable)
70+
* `'7.0'` (unstable)
71+
* `'7.x'` (unstable)
7672
* `'master'` (unstable)
7773

7874
Options in the browser :::
@@ -81,7 +77,9 @@ Options in the browser :::
8177
* `'6.4'`
8278
* `'6.3'`
8379
* `'6.2'`
84-
* `'6.x'` (unstable)
80+
* `'6.7'` (unstable)
81+
* `'7.0'` (unstable)
82+
* `'7.x'` (unstable)
8583
* `'master'` (unstable)
8684

8785

docs/index.asciidoc

+2-14
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ include::logging.asciidoc[]
2020

2121
include::development.asciidoc[]
2222

23-
include::api_methods_6_6.asciidoc[]
24-
2523
include::api_methods.asciidoc[]
2624

25+
include::api_methods_6_5.asciidoc[]
26+
2727
include::api_methods_6_4.asciidoc[]
2828

2929
include::api_methods_6_3.asciidoc[]
@@ -36,18 +36,6 @@ include::api_methods_6_0.asciidoc[]
3636

3737
include::api_methods_5_6.asciidoc[]
3838

39-
include::api_methods_5_5.asciidoc[]
40-
41-
include::api_methods_5_4.asciidoc[]
42-
43-
include::api_methods_5_3.asciidoc[]
44-
45-
include::api_methods_5_2.asciidoc[]
46-
47-
include::api_methods_5_1.asciidoc[]
48-
49-
include::api_methods_5_0.asciidoc[]
50-
5139
include::api_methods_2_4.asciidoc[]
5240

5341
include::api_methods_1_7.asciidoc[]

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,14 @@
3939
"6.1",
4040
"6.0",
4141
"5.6",
42-
"5.5",
43-
"5.4",
44-
"5.3",
45-
"5.2",
46-
"5.1",
47-
"5.0",
4842
"2.4",
4943
"1.7",
5044
"0.90"
5145
],
5246
"unstable_es_branches": [
5347
"6.7",
48+
"7.0",
49+
"7.x",
5450
"master"
5551
]
5652
},

0 commit comments

Comments
 (0)