File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
docs/src/reference/asciidoc/appendix Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ [[eshadoop-7.17.0]]
2
+ == Elasticsearch for Apache Hadoop version 7.17.0
3
+
4
+ [[new-7.17.0]]
5
+ === Enhancements
6
+ Build::
7
+ * Bump: log4j 2.15.0 to 2.17.0
8
+ https://github.com/elastic/elasticsearch-hadoop/pull/1828[#1828]
9
+
10
+ Serialization::
11
+ * Adding support for the `date_nanos` field type
12
+ https://github.com/elastic/elasticsearch-hadoop/pull/1803[#1803]
13
+
14
+ [[bugs-7.17.0]]
15
+ === Bug Fixes
16
+ Core::
17
+ * Avoiding failure when using frozen indices
18
+ https://github.com/elastic/elasticsearch-hadoop/pull/1842[#1842]
19
+
20
+ MapReduce::
21
+ * Fixing docsReceived counter
22
+ https://github.com/elastic/elasticsearch-hadoop/pull/1840[#1840]
23
+
24
+ REST::
25
+ * Check for invalid characters in X-Opaque-ID headers
26
+ https://github.com/elastic/elasticsearch-hadoop/pull/1873[#1873]
27
+
28
+ Spark::
29
+ * Resolve `saveToEs` saves case classes fields with `NULL` values
30
+ https://github.com/elastic/elasticsearch-hadoop/pull/1478[#1478]
31
+
32
+ * Correctly reading empty fields in as null rather than throwing exception
33
+ https://github.com/elastic/elasticsearch-hadoop/pull/1816[#1816]
34
+
35
+ * Fix `NullPointerException` bug for `es.read.fields.include`
36
+ https://github.com/elastic/elasticsearch-hadoop/pull/1822[#1822]
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-7]]
10
10
===== 7.x
11
11
12
+ * <<eshadoop-7.17.0>>
12
13
* <<eshadoop-7.16.3>>
13
14
* <<eshadoop-7.16.2>>
14
15
* <<eshadoop-7.16.1>>
@@ -112,6 +113,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
112
113
113
114
////////////////////////
114
115
116
+ include::release-notes/7.17.0.adoc[]
115
117
include::release-notes/7.16.3.adoc[]
116
118
include::release-notes/7.16.2.adoc[]
117
119
include::release-notes/7.16.1.adoc[]
You can’t perform that action at this time.
0 commit comments