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.
9
9
[[release-notes-8]]
10
10
===== 8.x
11
11
12
+ * <<eshadoop-8.1.0>>
12
13
* <<eshadoop-8.0.1>>
13
14
* <<eshadoop-8.0.0>>
14
15
* <<eshadoop-8.0.0-rc2>>
@@ -55,6 +56,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
55
56
56
57
////////////////////////
57
58
59
+ include::release-notes/8.1.0.adoc[]
58
60
include::release-notes/8.0.1.adoc[]
59
61
include::release-notes/8.0.0.adoc[]
60
62
include::release-notes/8.0.0-rc2.adoc[]
You can’t perform that action at this time.
0 commit comments