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.
88[float]
99[[release-notes-7]]
1010===== 7.x
11+ * <<eshadoop-7.1.1>>
1112* <<eshadoop-7.1.0>>
1213* <<eshadoop-7.0.1>>
1314* <<eshadoop-7.0.0>>
@@ -65,6 +66,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
6566
6667////////////////////////
6768
69+ include::release-notes/7.1.1.adoc[]
6870include::release-notes/7.1.0.adoc[]
6971include::release-notes/7.0.1.adoc[]
7072include::release-notes/7.0.0.adoc[]
You can’t perform that action at this time.
0 commit comments