File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
docs/src/reference/asciidoc/appendix Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ [[eshadoop-8.1.0]]
2+ == Elasticsearch for Apache Hadoop version 8.1.0
3+
4+ coming::[8.1.0]
5+
6+ [[new-8.1.0]]
7+ [float]
8+ === Enhancements
9+
10+ Core::
11+ - Add support for wildcard fields
12+ https://github.com/elastic/elasticsearch-hadoop/pull/1823[#1823]
13+
14+ - Add scripted upsert feature
15+ https://github.com/elastic/elasticsearch-hadoop/pull/1454[#1454]
16+
17+ Spark::
18+ - Support Scala 2.13 for Apache Spark 3.2.0
19+ https://github.com/elastic/elasticsearch-hadoop/pull/1841[#1841]
20+
21+ - Add support for update output mode to structured streaming
22+ https://github.com/elastic/elasticsearch-hadoop/pull/1839[#1839]
23+
24+ [[bug-8.1.0]]
25+ [float]
26+ === Bug fixes
27+
28+ Core::
29+ - Check result of bulk writes
30+ https://github.com/elastic/elasticsearch-hadoop/pull/1870[#1870]
31+
32+ Spark::
33+ - Add support for upserts of nested arrays
34+ https://github.com/elastic/elasticsearch-hadoop/pull/1838[#1838]
35+
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-8]]
1010===== 8.x
1111
12+ * <<eshadoop-8.1.0>>
1213* <<eshadoop-8.0.1>>
1314* <<eshadoop-8.0.0>>
1415* <<eshadoop-8.0.0-rc2>>
@@ -55,6 +56,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
5556
5657////////////////////////
5758
59+ include::release-notes/8.1.0.adoc[]
5860include::release-notes/8.0.1.adoc[]
5961include::release-notes/8.0.0.adoc[]
6062include::release-notes/8.0.0-rc2.adoc[]
You can’t perform that action at this time.
0 commit comments