File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
docs/src/reference/asciidoc/appendix Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ [[eshadoop-7.1.1]]
2
+ == Elasticsearch for Apache Hadoop version 7.1.1
3
+ May 28, 2019
4
+
5
+ [[bugs-7.1.1]]
6
+ === Bug Fixes
7
+ REST::
8
+ * Fix the mapping client call on ES 5.x and earlier.
9
+ https://github.com/elastic/elasticsearch-hadoop/issues/1276[#1276]
10
+ https://github.com/elastic/elasticsearch-hadoop/pull/1284[#1284]
11
+ * Fix incorrect scroll termination for ES 2.x
12
+ https://github.com/elastic/elasticsearch-hadoop/issues/1277[#1277]
13
+ https://github.com/elastic/elasticsearch-hadoop/pull/1287[#1287]
14
+
15
+ [[nonissue-7.1.1]]
16
+ === Non-issue
17
+ Build::
18
+ * Set ubuntu dist to trusty
19
+ https://github.com/elastic/elasticsearch-hadoop/pull/1288[#1288]
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This section summarizes the changes in each release.
8
8
[float]
9
9
[[release-notes-7]]
10
10
===== 7.x
11
+ * <<eshadoop-7.1.1>>
11
12
* <<eshadoop-7.1.0>>
12
13
* <<eshadoop-7.0.1>>
13
14
* <<eshadoop-7.0.0>>
@@ -65,6 +66,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
65
66
66
67
////////////////////////
67
68
69
+ include::release-notes/7.1.1.adoc[]
68
70
include::release-notes/7.1.0.adoc[]
69
71
include::release-notes/7.0.1.adoc[]
70
72
include::release-notes/7.0.0.adoc[]
You can’t perform that action at this time.
0 commit comments