File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
docs/src/reference/asciidoc/appendix Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ [[eshadoop-7.16.0]]
2+ == Elasticsearch for Apache Hadoop version 7.16.0
3+
4+ [[new-7.16.0]]
5+ === New Features
6+ Core::
7+ * Setting X-Opaque-ID header for all reads and writes for MapReduce and Spark
8+ https://github.com/elastic/elasticsearch-hadoop/pull/1770[#1770]
9+
10+ [[bugs-7.16.0]]
11+ === Bug Fixes
12+ Rest::
13+ * Closing RestRepository to avoid a connection leak
14+ https://github.com/elastic/elasticsearch-hadoop/pull/1781[#1781]
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This section summarizes the changes in each release.
99[[release-notes-7]]
1010===== 7.x
1111
12+ * <<eshadoop-7.16.0>>
1213* <<eshadoop-7.15.2>>
1314* <<eshadoop-7.15.1>>
1415* <<eshadoop-7.15.0>>
@@ -108,6 +109,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
108109
109110////////////////////////
110111
112+ include::release-notes/7.16.0.adoc[]
111113include::release-notes/7.15.2.adoc[]
112114include::release-notes/7.15.1.adoc[]
113115include::release-notes/7.15.0.adoc[]
You can’t perform that action at this time.
0 commit comments